mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Remove debugging frowny-face
This commit is contained in:
parent
9f87f72c96
commit
3c167c9d33
|
@ -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 '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue