From 84033296704cf6fc0a3e60ed5512401148d2c03d Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Fri, 26 Jun 2015 14:20:45 +0530 Subject: [PATCH] Preserver preference auto loading notice Signed-off-by: Madhura Jayaratne --- js/ajax.js | 1 + 1 file changed, 1 insertion(+) 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) {