Skip to content
Snippets Groups Projects
Commit 4a3d6242 authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files

js syntax error

parent 848f5b10
No related branches found
No related tags found
No related merge requests found
Pipeline #43089 failed
......@@ -242,7 +242,7 @@
$('#search_date').off('change');
$('#search_date').change(function(){
oTable.column('4').search($(this).val()).draw() : oTable.column('4').search($(this).val()).draw() ;
oTable.column('4').search($(this).val()).draw() ;
});
$('#search_user_name').off('keyup');
......@@ -255,6 +255,7 @@
}
$(document).ready(function() {
$('#table_filter').hide();
$('.dt-button-background').hide();
$('.dt-button-collection').hide();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment