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
a5f50a7663
commit
87f442d75a
1 changed files with 5 additions and 0 deletions
|
@ -1749,6 +1749,11 @@ var AppInfo = {};
|
||||||
require(['themes/halloween/theme']);
|
require(['themes/halloween/theme']);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (month == 11 && day >= 21 && day <= 26) {
|
||||||
|
require(['themes/holiday/theme']);
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function initRequire() {
|
function initRequire() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue