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('