fix merge conflict
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user