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:50:02 +0300
committerMarc Delisle <marc@infomarc.info>2011-02-28 20:50:02 +0300
commitefa8e3421bd786f0ba0a27b0f84280717c26a48a (patch)
tree52d8a8d6544f216d9f75f3aa3fd023586380424a /js/db_search.js
parenta994e13c3315f45d88782b51c0f71385074a8251 (diff)
Deactivate these messages as we are currently in message freeze for 3.4
Diffstat (limited to 'js/db_search.js')
-rw-r--r--js/db_search.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/db_search.js b/js/db_search.js
index c581cc3c24..b391b41a35 100644
--- a/js/db_search.js
+++ b/js/db_search.js
@@ -20,7 +20,7 @@ function loadResult(result_path , table_name , link , ajaxEnable){
if(ajaxEnable)
{
/** Hides the results shown by the delete criteria */
- PMA_ajaxShowMessage(PMA_messages['strBrowsing']);
+ //PMA_ajaxShowMessage(PMA_messages['strBrowsing']);
$('#sqlqueryform').hide();
$('#togglequerybox').hide();
/** Load the browse results to the page */
@@ -55,7 +55,7 @@ function deleteResult(result_path , msg , ajaxEnable){
/** Refresh the the search results after the deletion */
document.getElementById('buttonGo'). click();
- PMA_ajaxShowMessage(PMA_messages['strDeleting']);
+ //PMA_ajaxShowMessage(PMA_messages['strDeleting']);
/** Show the results of the deletion option */
$('#browse-results').show();
$('#sqlqueryform').show();