Deactivate these messages as we are currently in message freeze for 3.4

This commit is contained in:
Marc Delisle
2011-02-28 12:50:02 -05:00
parent a994e13c33
commit efa8e3421b
2 changed files with 4 additions and 4 deletions

View File

@@ -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();