Skip to content

Commit

Permalink
[VE] debug buid for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Dec 11, 2024
1 parent ea54976 commit 21f59b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/visioeditor/main/index.html.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -436,13 +436,13 @@
<inline src="../../common/main/resources/img/header/icons.svg" />
<div class="inlined-svg"></div>
<script src="../../../../../../sdkjs/common/device_scale.js?__inline=true"></script>
<script src="../../../vendor/requirejs/require.js"></script>

<script>
isIEBrowser === true &&
(document.write('<script src="../../common/main/lib/util/fix-ie-compat.js"><\/script>'),
document.write('<script src="../../../../sdkjs/vendor/string.js"><\/script>'));
</script>
<script src="../../../vendor/requirejs/require.js"></script>
<script>
isIEBrowser === true ? require(['ie/app']) : require(['app']);
</script>
Expand Down

0 comments on commit 21f59b5

Please sign in to comment.