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
@@ -329,16 +329,6 @@ class UserController extends Controller
'</td>'.
'</tr>';
}
}else{
$output.='<tr>'.
'<td>Din søgning matchede ikke nogen personer</td>'.
'<td></td>'.
'<td></td>'.
'<td></td>'.
'<td></td>'.
'<td></td>'.
'<td></td>'.
'</tr>';
}
return Response($output);
}