From aab070446a3cd4fce00ffc8697664af4338ac68f Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Tue, 30 Jun 2020 17:19:04 +0300 Subject: [PATCH] [all] support IE for debug --- apps/documenteditor/main/index.html | 3 +++ apps/presentationeditor/main/index.html | 3 +++ apps/spreadsheeteditor/main/index.html | 3 +++ 3 files changed, 9 insertions(+) diff --git a/apps/documenteditor/main/index.html b/apps/documenteditor/main/index.html index 9ab7d1507..81e239298 100644 --- a/apps/documenteditor/main/index.html +++ b/apps/documenteditor/main/index.html @@ -201,6 +201,9 @@ window.frameEditorId = params["frameEditorId"]; window.parentOrigin = params["parentOrigin"]; + + 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 5f5666c39..52070d126 100644 --- a/apps/presentationeditor/main/index.html +++ b/apps/presentationeditor/main/index.html @@ -229,6 +229,9 @@ window.frameEditorId = params["frameEditorId"]; window.parentOrigin = params["parentOrigin"]; + + 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 b80725c68..718b32b12 100644 --- a/apps/spreadsheeteditor/main/index.html +++ b/apps/spreadsheeteditor/main/index.html @@ -229,6 +229,9 @@ window.frameEditorId = params["frameEditorId"]; window.parentOrigin = params["parentOrigin"]; + + if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) + document.write('