YaleSTC/shifts

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

Summary

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