remove unnecessary css class

This commit is contained in:
Damien Churchill 2009-02-25 15:52:16 +00:00
parent 2fa4c4187a
commit bb4a5f4404
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ var renderHost = function(value, p, r) {
Deluge.Connections.Grid = new Ext.grid.GridPanel({
store: Deluge.Connections.Store,
cls: 'deluge-torrents',
columns: [
{header: 'Status', width: 55, sortable: true, renderer: Deluge.Formatters.plain, dataIndex: 'status'},
{id:'host', header: 'Host', width: 150, sortable: true, renderer: renderHost, dataIndex: 'host'},