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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-06-26 11:50:45 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-06-26 11:50:45 +0300
commit84033296704cf6fc0a3e60ed5512401148d2c03d (patch)
tree0d251ae9d6e7cd3adf7b72d276030b471a8feb4a /js/ajax.js
parentf8120cc084bc5f3f9e17b6445be55c383bd72d66 (diff)
Preserver preference auto loading notice
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/ajax.js')
-rw-r--r--js/ajax.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/ajax.js b/js/ajax.js
index 686061b73e..c4e95e0560 100644
--- a/js/ajax.js
+++ b/js/ajax.js
@@ -353,6 +353,7 @@ var AJAX = {
.not('#pma_footer')
.not('#pma_demo')
.not('#pma_console_container')
+ .not('#prefs_autoload')
.remove();
// Replace #page_content with new content
if (data.message && data.message.length > 0) {