Merge branch 'master' of https://git.dirt.kz/igor/Metadata_PHP
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user