Remove debugging frowny-face
This commit is contained in:
parent
9f87f72c96
commit
3c167c9d33
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ $('.snipe-table').bootstrapTable({
|
|||
return '<a href="{{ url('/') }}/' + item_destination +'/' + value.id + '"> ' + value.name + '</a>';
|
||||
|
||||
} else {
|
||||
return ':(';
|
||||
return '';
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue