[SSE mobile] debug production version
This commit is contained in:
parent
b14b245698
commit
f6648ac5fa
|
@ -271,7 +271,7 @@ class MainController extends Component {
|
||||||
}, error => {
|
}, error => {
|
||||||
console.log('promise failed ' + error);
|
console.log('promise failed ' + error);
|
||||||
});
|
});
|
||||||
}
|
};
|
||||||
|
|
||||||
if ( About.developVersion() ) {
|
if ( About.developVersion() ) {
|
||||||
const script = document.createElement("script");
|
const script = document.createElement("script");
|
||||||
|
@ -284,7 +284,7 @@ class MainController extends Component {
|
||||||
|
|
||||||
document.body.appendChild(script);
|
document.body.appendChild(script);
|
||||||
} else {
|
} else {
|
||||||
on_script_load();
|
on_load_scripts();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue