]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
fixed xml-db js
authorMaps <maps@ikf>
Wed, 18 Dec 2013 17:36:39 +0000 (18:36 +0100)
committerMaps <maps@ikf>
Wed, 18 Dec 2013 17:36:39 +0000 (18:36 +0100)
web/htdocs/scripts/xmlpage.js

index ba51f50ee9165901e128c760a2b5c20f6bc3d894..9e3e22e496b99325045fdaf59bc9492836d703d6 100644 (file)
@@ -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);
     }