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 2015-12-19 23:39:51 -05:00
parent a5f50a7663
commit 87f442d75a

View file

@ -1749,6 +1749,11 @@ var AppInfo = {};
require(['themes/halloween/theme']);
return;
}
if (month == 11 && day >= 21 && day <= 26) {
require(['themes/holiday/theme']);
return;
}
}
function initRequire() {