]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Wed, 28 Nov 2012 19:07:06 +0000 (19:07 +0000)
committerhadeshyp <hadeshyp>
Wed, 28 Nov 2012 19:07:06 +0000 (19:07 +0000)
cts/htdocs/thresh/padiwa.htm

index 3dc5506898d454457aec6e6658aaab973a65e30d..5210aec5ea45aff52be3565488e1ac3393ada611 100644 (file)
@@ -73,7 +73,7 @@ function update(data) {
         for(k=1;k<=16;k++) {
           val = c[j][(i-1)*16+k] & 0xffff;
           if(val == 0 || val == 0xffff) val = "---";
-          o += "<span  style=\"background:"+findcolor(val,0,65536,0)+"\">"+(val.toString(16))+"</span><br>";
+          o += "<span class=\"fixed\" style=\"background:"+findcolor(val,0,65536,0)+"\">"+(val.toString(16))+"</span><br>";
           }
         }
       }