Merge pull request #541 from rwv/patch-2

Fix i18n issue
This commit is contained in:
Ethan O'Brien 2023-05-28 11:12:38 -05:00 committed by GitHub
commit c306ace17e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6924,7 +6924,7 @@ window.EJS_main = function(_0xa88a13, _0x17edbf, _0x2c1832) {
try { try {
let res = await fetch(url); let res = await fetch(url);
let text = await res.text(); let text = await res.text();
let localJson = JSON.parse(text); localJson = JSON.parse(text);
_0x39ca5e.i18n = localJson.i18n; _0x39ca5e.i18n = localJson.i18n;
_0x7f9f36.normalOptions = localJson.normalOptions; _0x7f9f36.normalOptions = localJson.normalOptions;
} catch(e) { } catch(e) {