1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 17:47:08 +00:00

Removed icon-sort, replaced with .clickable instead

This commit is contained in:
Mark McDowall 2013-06-07 17:46:57 -07:00
parent d33b152a44
commit 37ea5f4b9a

View file

@ -35,7 +35,8 @@ Backgrid.NzbDroneHeaderCell = Backgrid.HeaderCell.extend({
this.$el.append(this.column.get("label"));
if (this.column.get('sortable')) {
this.$el.append(" <i class='icon-sort pull-right'></i>");
this.$el.addClass('clickable');
this.$el.append(" <i class='pull-right'></i>");
if (this.collection.state) {
var sortKey = this.collection.state.sortKey;