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