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.modern.js
CHANGED
|
@@ -22177,7 +22177,9 @@ var CsvImportType;
|
|
|
22177
22177
|
|
|
22178
22178
|
var domainName = window.location.hostname;
|
|
22179
22179
|
var listCheckMalvernCollege = ['malverncollege', 'stage', 'localhost'];
|
|
22180
|
-
var isMalvernCollege = listCheckMalvernCollege.
|
|
22180
|
+
var isMalvernCollege = listCheckMalvernCollege.some(function (e) {
|
|
22181
|
+
return domainName.includes(e);
|
|
22182
|
+
});
|
|
22181
22183
|
|
|
22182
22184
|
var resources$5 = {
|
|
22183
22185
|
"en-US": {
|