Fix typo.

This commit is contained in:
Madhura Jayaratne
2011-01-30 07:56:54 +05:30
parent 41e0d5cc53
commit 783ad8c868

View File

@@ -1699,7 +1699,7 @@ $(document).ready(function() {
open: PMA_verifyTypeOfAllColumns, open: PMA_verifyTypeOfAllColumns,
buttons : button_options_error buttons : button_options_error
})// end dialog options })// end dialog options
//remove the redundant [Back] link in the error message// //remove the redundant [Back] link in the error message.
.find('fieldset').remove(); .find('fieldset').remove();
} else { } else {
$('<div id="create_table_dialog"></div>') $('<div id="create_table_dialog"></div>')