fix prelude/requirements system
[unfold.git] / static / js / with-datatables.js
1 /* elements with class 'with-datatables' are set to use datatables */
2 $(document).ready(function() {$('.with-datatables').each(function() { window.console.log('here'); $(this).dataTable() } ) } )