diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-15 08:49:37 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-15 08:49:37 +0100 |
commit | 2fe19119ae271e0a6dc94fdf37c646d7bfb8e767 (patch) | |
tree | 0b51db561dfd982ace1a96db777252b319206276 /ctrack/static/js/project.js | |
parent | bd3be4de2c6df800e795dfdeb2c49aa8b9797c05 (diff) |
new bootstrap static files, new datatables static files
Diffstat (limited to 'ctrack/static/js/project.js')
-rw-r--r-- | ctrack/static/js/project.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ctrack/static/js/project.js b/ctrack/static/js/project.js index 1679114..d26d23b 100644 --- a/ctrack/static/js/project.js +++ b/ctrack/static/js/project.js @@ -1,9 +1 @@ /* Project specific Javascript goes here. */ -$(document).ready(function() { - $('#datatable').DataTable({ - ordering: true, - searching: true, - dom: 'B<"clear">lfrtip', - buttons: true - }); -} ); |