yet another round, with 2 new Plugins Tabs and Raw (from raw html)
[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() { $(this).dataTable() } ) } )