use blank classes for the sorter in the edit trackers window

This commit is contained in:
Damien Churchill 2010-04-27 21:49:27 +01:00
parent 9f46958f20
commit a58c391675

View File

@ -81,6 +81,9 @@ Deluge.EditTrackersWindow = Ext.extend(Ext.Window, {
width: .9,
dataIndex: 'url'
}],
columnSort: {
sortClasses: ['', '']
},
stripeRows: true,
singleSelect: true,
autoScroll: true,