diff --git a/js/db_search.js b/js/db_search.js index c581cc3c2..b391b41a3 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(); diff --git a/js/messages.php b/js/messages.php index c834a14c2..fc28b2ed0 100644 --- a/js/messages.php +++ b/js/messages.php @@ -79,8 +79,8 @@ $js_messages['strNo'] = __('No'); /* For db_search.js */ $js_messages['strSearching'] = __('Searching'); -$js_messages['strBrowsing'] = __('Browsing'); -$js_messages['strDeleting'] = __('Deleting'); +//$js_messages['strBrowsing'] = __('Browsing'); +//$js_messages['strDeleting'] = __('Deleting'); /* For sql.js */ $js_messages['strHideQueryBox'] = __('Hide query box');