diff --git a/js/db_search.js b/js/db_search.js index b391b41a3..84a3dd868 100644 --- a/js/db_search.js +++ b/js/db_search.js @@ -53,7 +53,7 @@ function deleteResult(result_path , msg , ajaxEnable){ $('#sqlqueryform').load(result_path + " '"+'#sqlqueryform' + "'"); $('#togglequerybox').html(PMA_messages['strHideQueryBox']); - /** Refresh the the search results after the deletion */ + /** Refresh the search results after the deletion */ document.getElementById('buttonGo'). click(); //PMA_ajaxShowMessage(PMA_messages['strDeleting']); /** Show the results of the deletion option */ @@ -82,7 +82,7 @@ $(document).ready(function() { /** Hide the table link in the initial search result */ $("#table-info").prepend('').hide(); - /** Hide the brose and deleted results in the new search criteria */ + /** Hide the browse and deleted results in the new search criteria */ $('#buttonGo').click(function(){ $("#table-info").hide(); $('#browse-results').hide(); @@ -90,7 +90,7 @@ $(document).ready(function() { $('#togglequerybox').hide(); }); /** - * Prepare a div containing a link for toggle the seach form, otherwise it's incorrectly displayed + * Prepare a div containing a link for toggle the search form, otherwise it's incorrectly displayed * after a couple of clicks */ $('
')