Compare commits

...

3 commits

Author SHA1 Message Date
Lastorder
2871f4e14b
Merge branch 'rhymix:master' into master
Some checks failed
PHP Lint & Codeception / PHP 7.4 (push) Has been cancelled
PHP Lint & Codeception / PHP 8.0 (push) Has been cancelled
PHP Lint & Codeception / PHP 8.1 (push) Has been cancelled
PHP Lint & Codeception / PHP 8.2 (push) Has been cancelled
PHP Lint & Codeception / PHP 8.3 (push) Has been cancelled
PHP Lint & Codeception / PHP 8.4 (push) Has been cancelled
2025-06-07 22:09:53 +09:00
Kijin Sung
8410e0ef14 Cleanup #2561 2025-06-05 12:29:11 +09:00
Kijin Sung
e6dd789cd3 Fix missing window.XE for backward compatibility #2561 2025-06-04 23:51:42 +09:00

View file

@ -8,7 +8,7 @@
* =============
*/
const Rhymix = {
const Rhymix = window.Rhymix = {
addedDocument: [],
langCodes: {},
loadedPopupMenus: [],
@ -831,8 +831,8 @@ Rhymix.URITemplate = window.URITemplate;
Rhymix.SecondLevelDomains = window.SecondLevelDomains;
Rhymix.IPv6 = window.IPv6;
// Alias to XE for backward compatibility
const XE = Rhymix;
// Set window properties for backward compatibility
const XE = window.XE = Rhymix;
/**
* ============================