This commit is contained in:
2020-07-08 23:20:58 +06:00
4 changed files with 97 additions and 66 deletions

View File

@ -57,7 +57,6 @@ function MMove(e)
if(!e) e = window.event;
pageX=e.pageX || e.x;
pageY=e.pageY || e.y;
var obj=document.getElementById("pBarIco");
if(obj!=null)
{
@ -786,6 +785,7 @@ function getCdataValue(node,n)
if(r==null) return '';
return r.nodeValue;
}
//Задать данные CDATA с созданием секции если её нет
function setCdataValue(node,n,value)
{