Fixed display of confirmation message after dropping db

This commit is contained in:
Rouslan Placella 2012-08-01 17:46:42 +02:00
parent e7b027e997
commit 6ec9cf42b8

View File

@ -2150,7 +2150,9 @@ AJAX.registerOnload('functions.js', function() {
//Database deleted successfully, refresh both the frames
PMA_reloadNavigation();
PMA_commonParams.set('db', '');
PMA_commonActions.refreshMain('index.php');
PMA_commonActions.refreshMain('index.php', function () {
PMA_ajaxShowMessage(data.message);
});
});
});
});