Removes - Console.log in feedback(s)
This commit is contained in:
@@ -47,7 +47,6 @@
|
|||||||
url: '{{route('feedbacks.search')}}',
|
url: '{{route('feedbacks.search')}}',
|
||||||
data: {'option':$value},
|
data: {'option':$value},
|
||||||
success:function (data) {
|
success:function (data) {
|
||||||
console.log($value);
|
|
||||||
$('tbody').html(data);
|
$('tbody').html(data);
|
||||||
},
|
},
|
||||||
error:function (data) {
|
error:function (data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user