renamed template/static files where they belong
[myslice.git] / engine / static / js / with-datatables.js
diff --git a/engine/static/js/with-datatables.js b/engine/static/js/with-datatables.js
deleted file mode 100644 (file)
index 75e4cc2..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/* elements with class 'with-datatables' are set to use datatables */
-$(document).ready(function() {$('.with-datatables').each(function() { $(this).dataTable() } ) } )