YaleSTC/shifts

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

Summary

Maintainability
A
1 hr
Test Coverage
$(document).ready(
  function(){
    $.tablesorter.defaults.widgets = ['zebra'];$("#stats_table").tablesorter({sortList: [[0,0]]});
  }
);