bsc-networks/workshift-website

View on GitHub
app/assets/javascripts/datatables.js.coffee

Summary

Maintainability
Test Coverage
$(document).ready ->
  $('.data-table').dataTable
    'paging': false
  return