YaleSTC/shifts

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

Summary

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