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:
parent
1a131756c8
commit
429f27755b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue