mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[main] code.js loaded for wrong path for IE
This commit is contained in:
@ -154,7 +154,8 @@ require([
|
||||
'common/main/lib/view/SearchBar',
|
||||
'common/forms/lib/view/modals'
|
||||
], function() {
|
||||
app.postLaunchScripts = ['documenteditor/forms/code'];
|
||||
const code_path = !window.isIEBrowser ? 'documenteditor/forms/code' : 'documenteditor/forms/ie/code';
|
||||
app.postLaunchScripts = [code_path];
|
||||
|
||||
app.start();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user