diff --git a/test/documenteditor/main/index.html b/test/documenteditor/main/index.html index 0fb8c859b..3e6950f0f 100644 --- a/test/documenteditor/main/index.html +++ b/test/documenteditor/main/index.html @@ -62,10 +62,10 @@ } var params = getUrlParams(), - lang = (params["lang"] || 'en').split(/[\-\_]/)[0], - //logo = params["headerlogo"] ? encodeUrlParam(params["headerlogo"]) : null; + lang = (params["lang"] || 'en').split(/[\-\_]/)[0]; + logo = params["headerlogo"] ? encodeUrlParam(params["headerlogo"]) : null; - /*window.frameEditorId = params["frameEditorId"]; + window.frameEditorId = params["frameEditorId"]; window.parentOrigin = params["parentOrigin"]; var elem = document.querySelector('.loading-logo'); @@ -74,10 +74,10 @@ var img = document.querySelector('.loading-logo img'); img && img.setAttribute('src', logo); img.style.opacity = 1; - }*/ + } -
+
diff --git a/test/spreadsheeteditor/main/index.html b/test/spreadsheeteditor/main/index.html index 5736cbbdd..139e93827 100644 --- a/test/spreadsheeteditor/main/index.html +++ b/test/spreadsheeteditor/main/index.html @@ -84,60 +84,29 @@ } var params = getUrlParams(), - lang = (params["lang"] || 'en').split(/[\-\_]/)[0], - logo = params["headerlogo"] ? encodeUrlParam(params["headerlogo"]) : null; + lang = (params["lang"] || 'en').split(/[\-\_]/)[0]; window.frameEditorId = params["frameEditorId"]; window.parentOrigin = params["parentOrigin"]; - - var elem = document.querySelector('.loading-logo'); - if (elem && logo) { - elem.style.backgroundImage= 'none'; - /*var img = document.querySelector('.loading-logo img'); - img && img.setAttribute('src', logo); - img.style.opacity = 1;*/ - }
+
-
- +
-
+
-
- -
-
-
-
-
-
- -
-
- -
-