]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
The size of the table is readjusted to fit the writings.
authorCahit Ugur <c.ugur@gsi.de>
Thu, 30 Jan 2014 16:40:04 +0000 (17:40 +0100)
committerCahit Ugur <c.ugur@gsi.de>
Thu, 30 Jan 2014 16:40:04 +0000 (17:40 +0100)
web/htdocs/tdc/tdc.htm

index d4b4aeb1c13fb22293cdf5923441d0ab9014b2fb..41a30019b623143eb266f54c422978675b45bbfd 100644 (file)
@@ -320,9 +320,9 @@ function updatectrlregs(data) {
           }
         else if(i==1) {
           if ((val&0x80000000))
-            o += "Enabled";
+            o += "Enabled ";
           else
-            o += "Disabled";
+            o += "Disabled ";
           o += "<input class=\"onoffbutton\" type=\"button\" onClick=\"setEnableWindow(this,'"+c[j][0]+"',1)\" value=\"on\">";
           o += "<input class=\"onoffbutton\" type=\"button\" onClick=\"setEnableWindow(this,'"+c[j][0]+"',0)\" value=\"off\">";
           preWindow = (val&0x7FF)*5;