Почистил от старья

This commit is contained in:
2020-06-19 11:53:03 +06:00
parent a8e5238895
commit 427b54a784
4 changed files with 97 additions and 66 deletions

View File

@ -21,7 +21,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)
{
@ -748,6 +747,7 @@ function getCdataValue(node,n)
if(r==null) return '';
return r.nodeValue;
}
//Задать данные CDATA с созданием секции если её нет
function setCdataValue(node,n,value)
{