Fixed display of confirmation message after dropping db
This commit is contained in:
parent
e7b027e997
commit
6ec9cf42b8
@ -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);
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user