YaleSTC/shifts

View on GitHub
app/assets/javascripts/data_objects_table.js

Summary

Maintainability
A
0 mins
Test Coverage
$(document).ready( function(){
  $(".data_objects_table").tablesorter({sortList: [[2,0]]});
});