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

update components

This commit is contained in:
Luke Pulverenti 2016-07-11 13:18:52 -04:00
parent 5df632bdee
commit a21e807db5
7 changed files with 12 additions and 14 deletions

View file

@ -47,7 +47,10 @@
function onDialogClosed() {
inputManager.off(dlg, onBackCommand);
if (!isHistoryEnabled(dlg)) {
inputManager.off(dlg, onBackCommand);
}
window.removeEventListener('popstate', onHashChange);
removeBackdrop(dlg);