1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix plugin config pages

This commit is contained in:
Luke Pulverenti 2015-09-06 12:04:23 -04:00
parent 1a131756c8
commit 429f27755b

View file

@ -4037,7 +4037,9 @@ $.fn.fieldcontain = function(/* options */) {
if ($.mobile.filterHtml) { if ($.mobile.filterHtml) {
html = $.mobile.filterHtml(html); html = $.mobile.filterHtml(html);
} }
if (absUrl.toLowerCase().indexOf('/configurationpage?') == -1) {
pageCache[absUrl.split('?')[0]] = html; pageCache[absUrl.split('?')[0]] = html;
}
} }
//dont update the base tag if we are prefetching //dont update the base tag if we are prefetching