6acc7648f8688ae2936d7b6bca6aaa3ad3d1096e
[unfold.git] / engine / 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() } ) } )