Added hide to TD

This commit is contained in:
Fergal Moran
2012-08-27 16:54:23 +01:00
parent b7d55a9c89
commit 7fca489dff

View File

@@ -30,7 +30,7 @@ var ReleaseListView = Backbone.View.extend({
]
});
$('tr.rowlink', this.el).rowlink();
$('#tablesorter-fix', this.el).hide();
return this;
},
showDetails:function (row) {