mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
removed dead db fields
This commit is contained in:
parent
68e71b78db
commit
22a5e48860
4 changed files with 6 additions and 24 deletions
|
@ -2,12 +2,10 @@
|
|||
|
||||
function paperDialogHashHandler(dlg, hash, lockDocumentScroll) {
|
||||
|
||||
var isActive = true;
|
||||
|
||||
function onHashChange(e, data) {
|
||||
|
||||
data = data.state;
|
||||
isActive = data.hash == '#' + hash;
|
||||
var isActive = data.hash == '#' + hash;
|
||||
|
||||
if (data.direction == 'back') {
|
||||
if (dlg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue