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

This commit is contained in:
Lastorder 2025-06-07 22:09:53 +09:00 committed by GitHub
commit 2871f4e14b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
/**
* ============================