From 648f0bdec73153e365d45313b92977b7dd3ec439 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 6 May 2022 11:52:33 +0300 Subject: [PATCH] Fix for IE11 --- apps/documenteditor/main/index.html | 4 +++- apps/presentationeditor/main/index.html | 4 +++- apps/spreadsheeteditor/main/index.html | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/apps/documenteditor/main/index.html b/apps/documenteditor/main/index.html index f1157d4f0..c68fefd47 100644 --- a/apps/documenteditor/main/index.html +++ b/apps/documenteditor/main/index.html @@ -245,8 +245,10 @@ window.frameEditorId = params["frameEditorId"]; window.parentOrigin = params["parentOrigin"]; - if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) + if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) { document.write(' diff --git a/apps/presentationeditor/main/index.html b/apps/presentationeditor/main/index.html index c8b8c07bd..c008fa3ae 100644 --- a/apps/presentationeditor/main/index.html +++ b/apps/presentationeditor/main/index.html @@ -261,8 +261,10 @@ window.frameEditorId = params["frameEditorId"]; window.parentOrigin = params["parentOrigin"]; - if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) + if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) { document.write(' diff --git a/apps/spreadsheeteditor/main/index.html b/apps/spreadsheeteditor/main/index.html index 3adb261d6..b777d84c0 100644 --- a/apps/spreadsheeteditor/main/index.html +++ b/apps/spreadsheeteditor/main/index.html @@ -268,8 +268,10 @@ window.frameEditorId = params["frameEditorId"]; window.parentOrigin = params["parentOrigin"]; - if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) + if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) { document.write('