Fix live search again

This commit is contained in:
2020-07-28 14:23:54 +02:00
parent f6d762ba46
commit 63f2cc31d9
7 changed files with 46 additions and 13 deletions
@@ -171,6 +171,11 @@ 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);