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

stub out channel mapper popup

This commit is contained in:
Luke Pulverenti 2016-06-08 17:04:52 -04:00
parent cce4c23fe6
commit 57ac888060
4 changed files with 93 additions and 2 deletions

View file

@ -242,7 +242,9 @@
});
Dashboard.hideLoadingMsg();
itemsContainer.dispatchEvent(new CustomEvent('timercancelled', {}));
itemsContainer.dispatchEvent(new CustomEvent('timercancelled', {
bubbles: true
}));
});
});
});