Fixes and todo's

This commit is contained in:
frederikpyt
2020-08-05 08:10:38 +02:00
parent 286b78865b
commit 072c5c65ab
6 changed files with 2 additions and 7 deletions
@@ -81,7 +81,6 @@
url: '{{route('users.search')}}',
data: {'search':$value, 'isCheck': $checkboxValue, 'page': page },
success:function (data) {
console.log($checkboxValue);
$('tbody').html(data);
},
error:function (data) {