From 9b3a037ff4c7e288ce260890b85f9a2b0c7ce3a5 Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Mon, 8 Feb 2016 20:58:37 +0530 Subject: [PATCH 1/2] changelog entry Signed-off-by: Atul Pratap Singh --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 568a9eaf7f..02b3f827a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ phpMyAdmin - ChangeLog - issue #11874 Validate version information before further processing it - issue #11881 Full processlist lost on refresh - issue #11834 Adjust privileges fails if database name contains underscores +- issue #11906 'Loading...' banner shows on login screen 4.5.4.1 (2016-01-29) - issue #11892 Error with PMA 4.4.15.3 From 5a00545bf83f400cf2460c9f36d0ab242438fbb5 Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Mon, 8 Feb 2016 21:06:53 +0530 Subject: [PATCH 2/2] Add missing teardown Signed-off-by: Atul Pratap Singh --- js/navigation.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/navigation.js b/js/navigation.js index 2851ad48db..a4fd2724b7 100644 --- a/js/navigation.js +++ b/js/navigation.js @@ -538,6 +538,11 @@ AJAX.registerOnload('navigation.js', function () { } } }); +AJAX.registerTeardown('navigation.js', function () { + if (isStorageSupported('sessionStorage')) { + $(document).off('submit', 'form.config-form'); + } +}); /** * updates the tree state in sessionStorage