diff --git a/js/sql.js b/js/sql.js index a7a16c9e8..e37e2259e 100644 --- a/js/sql.js +++ b/js/sql.js @@ -60,7 +60,7 @@ function appendInlineAnchor() { if (disp_mode == 'vertical') { // there can be one or two tr containing this class, depending - // on the ModifyDeleteAtLeft and ModifyDeleteAtRight cfg parameters + // on the ModifyDeleteAtLeft and ModifyDeleteAtRight cfg parameters $('#table_results tr') .find('.edit_row_anchor') .removeClass('.edit_row_anchor') @@ -205,7 +205,7 @@ $(document).ready(function() { return false; }) } - + /** * Ajax Event handler for 'SQL Query Submit' * @@ -228,9 +228,9 @@ $(document).ready(function() { $.post($(this).attr('action'), $(this).serialize() , function(data) { if(data.success == true) { - // fade out previous success message, if any + // fade out previous success message, if any $('.success').fadeOut(); - // show a message that stays on screen + // show a message that stays on screen $('#sqlqueryform').before(data.message); $('#sqlqueryresults').show(); // this happens if a USE command was typed @@ -245,7 +245,7 @@ $(document).ready(function() { } } else if (data.success == false ) { - // show an error message that stays on screen + // show an error message that stays on screen $('#sqlqueryform').before(data.error); $('#sqlqueryresults').hide(); } @@ -278,7 +278,7 @@ $(document).ready(function() { event.preventDefault(); PMA_ajaxShowMessage(); - + /** * @var $the_form Object referring to the form element that paginates the results table */ @@ -402,7 +402,7 @@ $(document).ready(function() { // We need to retrieve the value from the server for truncated/relation fields // Find the field name - + /** * @var this_field Object referring to this field (