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