]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
*** empty log message ***
authorhadaq <hadaq>
Mon, 5 Nov 2012 20:16:58 +0000 (20:16 +0000)
committerhadaq <hadaq>
Mon, 5 Nov 2012 20:16:58 +0000 (20:16 +0000)
cts/htdocs/thresh/gbe.htm

index 2c983a04dd4932c081106a2fae0ce5438e250fc6..21438b59767f730c4043f2cfc9742afe2f6d6ac4 100644 (file)
@@ -53,7 +53,7 @@ function updateregs(data) {
     o += "<th>"+c[j][0];
     } 
   
-  for(i = 0; i < 19; i++) {
+  for(i = 0; i < 18; i++) {
     o += "<tr class=\""+(i%2?"odd":"even")+"\"><th>"+((i+0x83E0).toString(16))+"<td>"+regnames[i];
     for(j=0;j<b.length-1;j++) {
       val = c[j][i+1];