From: Maps Date: Wed, 18 Dec 2013 17:36:39 +0000 (+0100) Subject: fixed xml-db js X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=fc1c880791624724e60784e57d4316852056a376;p=daqtools.git fixed xml-db js --- diff --git a/web/htdocs/scripts/xmlpage.js b/web/htdocs/scripts/xmlpage.js index ba51f50..9e3e22e 100644 --- a/web/htdocs/scripts/xmlpage.js +++ b/web/htdocs/scripts/xmlpage.js @@ -54,6 +54,6 @@ function setaddress(e) { address=document.getElementById("address").value; var part = command.split('-'); - command=part[0]+"-"+address+"-"+part[2]+part[3]; + command=part[0]+"-"+address+"-"+part[2]+"-"+part[3]; refresh(period); }