yet another round, with 2 new Plugins Tabs and Raw (from raw html)
[myslice.git] / engine / static / js / with-datatables.js
index 6acc764..75e4cc2 100644 (file)
@@ -1,2 +1,2 @@
 /* elements with class 'with-datatables' are set to use datatables */
-$(document).ready(function() {$('.with-datatables').each(function() { window.console.log('here'); $(this).dataTable() } ) } )
+$(document).ready(function() {$('.with-datatables').each(function() { $(this).dataTable() } ) } )