Remove debugging frowny-face

This commit is contained in:
snipe 2017-05-23 15:06:43 -07:00
parent 9f87f72c96
commit 3c167c9d33

View file

@ -184,7 +184,7 @@ $('.snipe-table').bootstrapTable({
return '<a href="{{ url('/') }}/' + item_destination +'/' + value.id + '"> ' + value.name + '</a>'; return '<a href="{{ url('/') }}/' + item_destination +'/' + value.id + '"> ' + value.name + '</a>';
} else { } else {
return ':('; return '';
} }