mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix merge conflict
This commit is contained in:
parent
ff4c684e54
commit
c504f5005d
11 changed files with 151 additions and 22 deletions
|
@ -1759,6 +1759,11 @@ var AppInfo = {};
|
|||
require(['themes/halloween/theme']);
|
||||
return;
|
||||
}
|
||||
|
||||
if (month == 11 && day >= 18 && day <= 26) {
|
||||
//require(['themes/holiday/theme']);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
function initRequire() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue