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

update image editor

This commit is contained in:
Luke Pulverenti 2015-09-17 17:26:06 -04:00
parent c5bfd529a2
commit c64aedc131
6 changed files with 64 additions and 24 deletions

View file

@ -17,17 +17,12 @@
}
}
}
if (isActive) {
document.body.classList.add('bodyWithPopupOpen');
}
else {
document.body.classList.remove('bodyWithPopupOpen');
}
}
function onDialogClosed() {
Dashboard.onPopupClose();
dlg = null;
$(window).off('navigate', onHashChange);
@ -40,6 +35,7 @@
$(dlg).on('iron-overlay-closed', onDialogClosed);
dlg.open();
Dashboard.onPopupOpen();
window.location.hash = hash;