mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update theme
This commit is contained in:
parent
458694881a
commit
b9b2921907
1 changed files with 2 additions and 6 deletions
|
@ -32,11 +32,11 @@
|
|||
} else if ((new Date().getTime() - lastSound) > 30000) {
|
||||
playSound('http://github.com/MediaBrowser/Emby.Resources/raw/master/themes/halloween/howl.wav');
|
||||
}
|
||||
}
|
||||
|
||||
addIcon();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function 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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue