- Fixed torrent exchange from one list to another in Web Ui

This commit is contained in:
Christophe Dumez 2008-09-27 20:31:50 +00:00
parent 04e993c674
commit 78e643039c
5 changed files with 164 additions and 29 deletions

View file

@ -37,7 +37,8 @@ var dynamicTable = new Class ({
this.setOptions({
overCls: false,
selectCls: false,
altCls: false
altCls: false,
type: 'DL'
}, options);
this.table = $(table);
this.rows = new Object();