mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
dfb7baaec3
commit
982dae32cf
7 changed files with 18 additions and 15 deletions
|
@ -15,12 +15,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.1.14",
|
||||
"_release": "1.1.14",
|
||||
"version": "1.1.16",
|
||||
"_release": "1.1.16",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.1.14",
|
||||
"commit": "b9f516b0c3d6a97239b165c88b24c2a0d14261fa"
|
||||
"tag": "1.1.16",
|
||||
"commit": "61365edb39804806b8af189997ff76bf28bf7dd9"
|
||||
},
|
||||
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "~1.1.5",
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
dlg.setAttribute('data-lockscroll', 'true');
|
||||
}
|
||||
|
||||
if (options.enableHistory !== false) {
|
||||
if (options.enableHistory !== false && historyManager.enableNativeHistory()) {
|
||||
dlg.setAttribute('data-history', 'true');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue