From 923b71334486bf883c16b92367b65524ba4e7e9f Mon Sep 17 00:00:00 2001 From: Manuel Penschuck Date: Thu, 6 Mar 2014 18:12:47 +0100 Subject: [PATCH] Reassignment of peripheral FPGAs' trigger lines - this is hardcoded, and hence incompatible with the now revoked bit-file from 5. March 2014 --- web/htdocs/scripts/cts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))} )) -- 2.43.0