X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Flists%2Fstatic%2Fjs%2Fwith-datatables.js;h=98d3cd75d7421ad6e611c5a531e02d80d51e1f5e;hb=refs%2Fheads%2Funivbris;hp=75e4cc2b13feede91983812e61de0355d2b638dd;hpb=1efbe9b835aaef87a925440f13c6ef00b128c7b9;p=myslice.git diff --git a/plugins/lists/static/js/with-datatables.js b/plugins/lists/static/js/with-datatables.js index 75e4cc2b..98d3cd75 100644 --- a/plugins/lists/static/js/with-datatables.js +++ b/plugins/lists/static/js/with-datatables.js @@ -1,2 +1,3 @@ /* elements with class 'with-datatables' are set to use datatables */ $(document).ready(function() {$('.with-datatables').each(function() { $(this).dataTable() } ) } ) +$('.with-datatables').hide()