summary refs log tree commit diff
path: root/networks.c
diff options
context:
space:
mode:
Diffstat (limited to 'networks.c')
-rw-r--r--networks.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/networks.c b/networks.c
index ed19394..d1e292d 100644
--- a/networks.c
+++ b/networks.c
@@ -52,8 +52,7 @@ enum kcgi_err pageNetworks(struct kreq *req) {
 		|| khttp_body(req)
 		|| khtml_open(&html, req, KHTML_PRETTY)
 		|| htmlHead(&html, "Litterbox")
-		|| htmlNav(&html, NULL, NULL)
-		|| htmlSearch(&html, NULL, NULL);
+		|| htmlNav(&html, NULL, NULL);
 	if (error) return error;
 
 	enum State {