I guess be more explicit here
This commit is contained in:
parent
71dfa789df
commit
307fba9635
@ -102,7 +102,7 @@ function setLanguage(lang) {
|
|||||||
|
|
||||||
function fetchItemList() {
|
function fetchItemList() {
|
||||||
window.itemListPromise = new Promise(resolve => {
|
window.itemListPromise = new Promise(resolve => {
|
||||||
const req = $.get("/custom/getItemLists?lang=" + lang);
|
const req = $.get("/custom/getItemLists?lang=" + window.lang);
|
||||||
req.done(data => {
|
req.done(data => {
|
||||||
window.archonCrystalUpgrades = data.archonCrystalUpgrades;
|
window.archonCrystalUpgrades = data.archonCrystalUpgrades;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user