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:
parent
f88e7b42ab
commit
087c7c332a
2 changed files with 3765 additions and 7382 deletions
3913
dashboard-ui/thirdparty/jquery.unveil-custom.js
vendored
3913
dashboard-ui/thirdparty/jquery.unveil-custom.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -3699,9 +3699,15 @@ $.widget( "mobile.page", {
|
|||
|
||||
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);
|
||||
}
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue