From: Manuel Penschuck Date: Thu, 6 Mar 2014 17:12:47 +0000 (+0100) Subject: Reassignment of peripheral FPGAs' trigger lines - this is hardcoded, and hence incomp... X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=923b71334486bf883c16b92367b65524ba4e7e9f;p=daqtools.git Reassignment of peripheral FPGAs' trigger lines - this is hardcoded, and hence incompatible with the now revoked bit-file from 5. March 2014 --- diff --git a/web/htdocs/scripts/cts.js b/web/htdocs/scripts/cts.js index 12aff90..9377c40 100644 --- a/web/htdocs/scripts/cts.js +++ b/web/htdocs/scripts/cts.js @@ -502,7 +502,7 @@ var CTS = new Class({ header.adopt(new Element('td')); for(var f=0; f < 4; f++) for(var i=4; i>=0; i--) - header.adopt(new Element('td', {'text': (4==i?10:4+i), 'class': 'slice' + i})); + header.adopt(new Element('td', {'text': 6+i, 'class': 'slice' + i})); for(var pt=0; pt < this.defs.properties['trg_periph_count']; pt++) { tab.adopt(row = new Element('tr', {'class': pt%2?'':'alt', 'flashgroup': 'itc-' + (pt + parseInt(this.defs.properties.trg_periph_itc_base))} ))