Deactivate these messages as we are currently in message freeze for 3.4
This commit is contained in:
@@ -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();
|
||||
|
@@ -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');
|
||||
|
Reference in New Issue
Block a user