Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2011-02-28 20:54:04 +0300
committerMarc Delisle <marc@infomarc.info>2011-02-28 20:54:04 +0300
commit564d4d7d2daaef2ed3e669d0a7ee7cdd2907f2e8 (patch)
tree507b41f0420b1e9b5354e29faed1fe650e02ec87 /js/db_search.js
parent8af00da90d7baf8a2c848b2e2ac850b4db031e1b (diff)
Typos
Diffstat (limited to 'js/db_search.js')
-rw-r--r--js/db_search.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/db_search.js b/js/db_search.js
index b391b41a35..84a3dd868f 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('<img id="table-image" src="./themes/original/img/s_tbl.png" />').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
*/
$('<div id="togglesearchformdiv"><a id="togglesearchformlink"></a></div>')