Use PMA_convertFootnotesToTooltips() in ajax user editor
This commit is contained in:
parent
93882b9681
commit
e4bbd02eef
@ -366,7 +366,7 @@ $(document).ready(function() {
|
||||
|
||||
var token = $(this).parents('form').find('input[name="token"]').val();
|
||||
$.get($(this).attr('href'), {'ajax_request':true, 'edit_user_dialog': true, 'token': token}, function(data) {
|
||||
$('<div id="edit_user_dialog"></div>')
|
||||
var $div = $('<div id="edit_user_dialog"></div>')
|
||||
.append(data)
|
||||
.dialog({
|
||||
width: 900,
|
||||
@ -375,6 +375,7 @@ $(document).ready(function() {
|
||||
}); //dialog options end
|
||||
displayPasswordGenerateButton();
|
||||
PMA_ajaxRemoveMessage($msgbox);
|
||||
PMA_convertFootnotesToTooltips($div);
|
||||
}) // end $.get()
|
||||
})
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user