bug #3103658 Fix typo in generated code.
This commit is contained in:
@@ -2022,7 +2022,7 @@ $(document).ready(function() {
|
|||||||
button_options[PMA_messages['strCancel']] = function() {$(this).dialog('close').remove();}
|
button_options[PMA_messages['strCancel']] = function() {$(this).dialog('close').remove();}
|
||||||
|
|
||||||
$.get($(this).attr('href'), {'ajax_request': true}, function(data) {
|
$.get($(this).attr('href'), {'ajax_request': true}, function(data) {
|
||||||
$('<div id="change_password_dialog></div>')
|
$('<div id="change_password_dialog"></div>')
|
||||||
.dialog({
|
.dialog({
|
||||||
title: PMA_messages['strChangePassword'],
|
title: PMA_messages['strChangePassword'],
|
||||||
width: 600,
|
width: 600,
|
||||||
|
Reference in New Issue
Block a user