Skip to content

Commit

Permalink
remove tablesorter
Browse files Browse the repository at this point in the history
  • Loading branch information
evlach committed Aug 11, 2014
1 parent a5e76c4 commit 98a4270
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/testresult-views.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ accessdb.Views.TestResultsFullViewByTechnique = function (){
});
var table = this.$el.find('table').get();
Utils.sortResultsTable(table, table);
this.$el.find('table').tablesorter();
}
};
this.fetch = function (callback){
Expand Down

0 comments on commit 98a4270

Please sign in to comment.