From 429f27755b0c605cbd9c4e162107784cb5e6d538 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 6 Sep 2015 12:04:23 -0400 Subject: [PATCH] fix plugin config pages --- .../thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.js b/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.js index 6d88b81823..b9d5dc77c1 100644 --- a/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.js +++ b/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.js @@ -4037,7 +4037,9 @@ $.fn.fieldcontain = function(/* options */) { if ($.mobile.filterHtml) { html = $.mobile.filterHtml(html); } - pageCache[absUrl.split('?')[0]] = html; + if (absUrl.toLowerCase().indexOf('/configurationpage?') == -1) { + pageCache[absUrl.split('?')[0]] = html; + } } //dont update the base tag if we are prefetching