diff --git a/apps/documenteditor/main/index.html b/apps/documenteditor/main/index.html index 9ab7d15071..81e2392985 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 5f5666c390..52070d1261 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 b80725c688..718b32b125 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('