Commit 4a99a56c authored by Oleg Korshul's avatar Oleg Korshul

.

parent 5e5d3429
......@@ -2968,6 +2968,8 @@ function CDemonstrationManager(htmlpage)
oThis.DivEndPresentation = document.createElement('div');
oThis.DivEndPresentation.setAttribute("style", "position:absolute;margin:0px;padding: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;");
oThis.DivEndPresentation.innerHTML = oThis.EndShowMessage;
if ("" == oThis.EndShowMessage)
oThis.DivEndPresentation.innerHTML = "The end of slide preview. Click to exit.";
//oThis.DemonstrationDivEndPresentation.onmousedown = oThis.onMouseDownDemonstration;
//oThis.DemonstrationDivEndPresentation.onmousemove = oThis.onMouseMoveDemonstration;
......
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