bug 3084745 js error under Chrome (Linux)
This commit is contained in:
@@ -1643,7 +1643,7 @@ $(document).ready(function() {
|
|||||||
$('<div id="create_table_dialog"></div>')
|
$('<div id="create_table_dialog"></div>')
|
||||||
.append(data)
|
.append(data)
|
||||||
.dialog({
|
.dialog({
|
||||||
title: top.frame_content.PMA_messages['strCreateTable'],
|
title: PMA_messages['strCreateTable'],
|
||||||
width: 900,
|
width: 900,
|
||||||
buttons : button_options
|
buttons : button_options
|
||||||
}); // end dialog options
|
}); // end dialog options
|
||||||
@@ -1973,7 +1973,7 @@ $(document).ready(function() {
|
|||||||
$.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: top.frame_content.PMA_messages['strChangePassword'],
|
title: PMA_messages['strChangePassword'],
|
||||||
width: 600,
|
width: 600,
|
||||||
buttons : button_options
|
buttons : button_options
|
||||||
})
|
})
|
||||||
|
@@ -207,7 +207,7 @@ $(document).ready(function() {
|
|||||||
.find("#addUsersForm").append('<input type="hidden" name="ajax_request" value="true" />')
|
.find("#addUsersForm").append('<input type="hidden" name="ajax_request" value="true" />')
|
||||||
.end()
|
.end()
|
||||||
.dialog({
|
.dialog({
|
||||||
title: top.frame_content.PMA_messages['strAddNewUser'],
|
title: PMA_messages['strAddNewUser'],
|
||||||
width: 800,
|
width: 800,
|
||||||
modal: true,
|
modal: true,
|
||||||
buttons: button_options
|
buttons: button_options
|
||||||
|
Reference in New Issue
Block a user