Revert "Added no match found on live search"

This reverts commit 47a07c61
This commit is contained in:
2020-07-28 13:21:22 +02:00
parent a90c9aa8cd
commit f6d762ba46
7 changed files with 9 additions and 43 deletions
@@ -171,11 +171,6 @@ class ContactController extends Controller
}else{
$output.='<tr>'.
'<td>Din søgning matchede ikke nogen personer</td>'.
'<td></td>'.
'<td></td>'.
'<td></td>'.
'<td></td>'.
'<td></td>'.
'</tr>';
}
return Response($output);