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

stub out channel mapping

This commit is contained in:
Luke Pulverenti 2016-06-08 01:24:25 -04:00
parent 36a0eb43e4
commit a2dbad16f4
21 changed files with 160 additions and 105 deletions

View file

@ -25,9 +25,9 @@
if (options.panel) {
if (task) {
$(options.panel).show();
options.panel.classList.remove('hide');
} else {
$(options.panel).hide();
options.panel.classList.add('hide');
}
}
@ -157,7 +157,7 @@
}
if (options.panel) {
$(options.panel).hide();
options.panel.classList.add('hide');
}
if (options.mode == 'off') {