- Still remodeling the UI

- Improved Web UI performance by make more work on server side (C++) and less work on client side (Javascript)
This commit is contained in:
Christophe Dumez 2009-11-23 10:37:55 +00:00
parent 13e22aef51
commit e187426dd5
5 changed files with 61 additions and 57 deletions

View file

@ -63,7 +63,7 @@ var dynamicTable = new Class ({
var trs = this.table.getElements('tr');
trs.each(function(tr,i){
var tds = tr.getElements('td');
tds.getLast().addClass('invisible');
tds[2].addClass('invisible');
}.bind(this));
this.priority_hidden = true;
},