mario-core 2.9.418-feedback → 2.9.419-feedback
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22178,7 +22178,9 @@ var CsvImportType;
|
|
|
22178
22178
|
|
|
22179
22179
|
var domainName = window.location.hostname;
|
|
22180
22180
|
var listCheckMalvernCollege = ['malverncollege', 'stage', 'localhost'];
|
|
22181
|
-
var isMalvernCollege = listCheckMalvernCollege.
|
|
22181
|
+
var isMalvernCollege = listCheckMalvernCollege.some(function (e) {
|
|
22182
|
+
return domainName.includes(e);
|
|
22183
|
+
});
|
|
22182
22184
|
|
|
22183
22185
|
var resources$5 = {
|
|
22184
22186
|
"en-US": {
|