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

update theme

This commit is contained in:
Luke Pulverenti 2016-10-30 14:42:45 -04:00
parent 458694881a
commit b9b2921907

View file

@ -32,9 +32,9 @@
} else if ((new Date().getTime() - lastSound) > 30000) {
playSound('http://github.com/MediaBrowser/Emby.Resources/raw/master/themes/halloween/howl.wav');
}
}
addIcon();
addIcon();
}
}
}
@ -107,10 +107,6 @@
pageClassOn('pageshow', "libraryPage", onPageShow);
//if ($($.mobile.activePage)[0].classList.contains('libraryPage')) {
// onPageShow.call($($.mobile.activePage)[0]);
//}
function playSound(path, volume) {
require(['howler'], function (howler) {