From fc1c880791624724e60784e57d4316852056a376 Mon Sep 17 00:00:00 2001 From: Maps Date: Wed, 18 Dec 2013 18:36:39 +0100 Subject: [PATCH] fixed xml-db js --- web/htdocs/scripts/xmlpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.43.0