From 564d4d7d2daaef2ed3e669d0a7ee7cdd2907f2e8 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 28 Feb 2011 12:54:04 -0500 Subject: [PATCH] Typos --- js/db_search.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ $('
')