From: Cahit Ugur Date: Thu, 30 Jan 2014 16:40:04 +0000 (+0100) Subject: The size of the table is readjusted to fit the writings. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=420f3a7dc0303a2ff8da75b90d120bc6defe637a;p=daqtools.git The size of the table is readjusted to fit the writings. --- diff --git a/web/htdocs/tdc/tdc.htm b/web/htdocs/tdc/tdc.htm index d4b4aeb..41a3001 100644 --- a/web/htdocs/tdc/tdc.htm +++ b/web/htdocs/tdc/tdc.htm @@ -320,9 +320,9 @@ function updatectrlregs(data) { } else if(i==1) { if ((val&0x80000000)) - o += "Enabled"; + o += "Enabled "; else - o += "Disabled"; + o += "Disabled "; o += ""; o += ""; preWindow = (val&0x7FF)*5;