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
path: root/js/rte.js
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-07-15 20:33:19 +0400
committerRouslan Placella <rouslan@placella.com>2012-10-31 00:10:23 +0400
commitf8175fc4b44ff1d441175f655256ea64cce31eec (patch)
treee77ca0fc3d0d8de74970a417ac9c6e67be1eace5 /js/rte.js
parent9f6bfa7eb6f921e81730b7cfa046b354dab4977c (diff)
Reload the navigation ina few extra places
Diffstat (limited to 'js/rte.js')
-rw-r--r--js/rte.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/rte.js b/js/rte.js
index b37c1d2e5a..55e55612c2 100644
--- a/js/rte.js
+++ b/js/rte.js
@@ -283,6 +283,7 @@ RTE.COMMON = {
$('table.data').show("slow");
});
}
+ PMA_reloadNavigation();
} else {
PMA_ajaxShowMessage(data.error, false);
}
@@ -405,6 +406,7 @@ RTE.COMMON = {
PMA_ajaxRemoveMessage($msg);
// Show the query that we just executed
PMA_slidingMessage(data.sql_query);
+ PMA_reloadNavigation();
} else {
PMA_ajaxShowMessage(data.error, false);
}