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

fix bad merge

This commit is contained in:
Luke Pulverenti 2015-10-28 13:09:55 -04:00
parent f88e7b42ab
commit 087c7c332a
2 changed files with 3765 additions and 7382 deletions

File diff suppressed because it is too large Load diff

View file

@ -3699,9 +3699,15 @@ $.widget( "mobile.page", {
var toPage = data.toPage ? data.toPage[0] : null; var toPage = data.toPage ? data.toPage[0] : null;
if (toPage && toPage.getAttribute('data-dom-cache')) { if (toPage) {
if (toPage.getAttribute('data-dom-cache')) {
cleanPages(toPage); cleanPages(toPage);
} }
else if ((toPage.getAttribute('data-url') || '').toLowerCase().indexOf('/configurationpage') != -1) {
// plugin config pages are not built to handle the dom caching
cleanPages(toPage);
}
}
}); });
};//navreadyDeferred done callback };//navreadyDeferred done callback