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-05-17 20:35:25 +0400
committerMarc Delisle <marc@infomarc.info>2011-05-17 20:35:25 +0400
commit43b9ae2025e40b0ee8638b85bc6aac5dfa4278c7 (patch)
tree8f4641a94b2ae66b449024fcafba273038b6415e /js/db_search.js
parenteeb712267328394d39b0c35bb53f5302a89f73fd (diff)
Activate new messages in db search
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 33d5e17bda..6fff82dec8 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 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').hide();