Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2015-07-04 14:24:39 +0300
committerMarc Delisle <marc@infomarc.info>2015-07-04 14:24:39 +0300
commitee650720cba47483ba502222dd442a683fca5d02 (patch)
treec328a7524a688a3ef5728574e9a66b9ecadc19e5 /js/console.js
parent4404f28d4b3edc7f480bfb6adb6b1a47e7a44e00 (diff)
bug #4974 Creating a database from console doesn't update navigation panel
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'js/console.js')
-rw-r--r--js/console.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/console.js b/js/console.js
index 3493f13d1d..f824b9ae52 100644
--- a/js/console.js
+++ b/js/console.js
@@ -235,6 +235,7 @@ var PMA_console = {
.val(PMA_consoleMessages.appendQuery({sql_query: queryString}).message_id);
PMA_console.$requestForm.trigger('submit');
PMA_consoleInput.clear();
+ PMA_reloadNavigation();
},
ajaxCallback: function(data) {
if(data && data.console_message_id) {