From 3c167c9d33bdd232c2d751429e73a1383fa7ae6a Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 23 May 2017 15:06:43 -0700 Subject: [PATCH] Remove debugging frowny-face --- resources/views/partials/bootstrap-table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index f8867f3ff..a01f6d0e6 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -184,7 +184,7 @@ $('.snipe-table').bootstrapTable({ return ' ' + value.name + ''; } else { - return ':('; + return ''; }