1
0
Fork 0
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:
Luke Pulverenti 2015-09-29 13:35:23 -04:00
parent 68e71b78db
commit 22a5e48860
4 changed files with 6 additions and 24 deletions

View file

@ -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) {