Commit 52c4ba5d authored by Oleg Korshul's avatar Oleg Korshul

fix bug 35654

parent 5551bd0c
...@@ -2888,7 +2888,7 @@ function CDemonstrationManager(htmlpage) ...@@ -2888,7 +2888,7 @@ function CDemonstrationManager(htmlpage)
{ {
var _elem = document.createElement('div'); var _elem = document.createElement('div');
_elem.setAttribute("id", "dem_id_wait_reporter"); _elem.setAttribute("id", "dem_id_wait_reporter");
_elem.setAttribute("style", "line-height:100%;overflow:hidden;position:absolute;margin:0px;padding:25% 0px 0px 0px;left:0px;top:0px;width:100%;height:100%;z-index:4;background-color:#000000;text-align:center;font-family:monospace;font-size:12pt;color:#FFFFFF;"); _elem.setAttribute("style", "line-height:100%;overflow:hidden;position:absolute;margin:0px;padding:25% 0px 0px 0px;left:0px;top:0px;width:100%;height:100%;z-index:20;background-color:#000000;text-align:center;font-family:monospace;font-size:12pt;color:#FFFFFF;");
_elem.innerHTML = AscCommon.translateManager.getValue("Loading"); _elem.innerHTML = AscCommon.translateManager.getValue("Loading");
_parent.appendChild(_elem); _parent.appendChild(_elem);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment