mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 10:59:28 +08:00
[SSE mobile] debug production version
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user