From c0821085f2df4135d69fa44e320f8043326c72c5 Mon Sep 17 00:00:00 2001 From: manvirsingh01 Date: Mon, 12 Jan 2026 22:23:19 +0530 Subject: [PATCH] Fix #497: Remove erroneous doSearch() call on document ready The doSearch() function is a method of the Activity class, not a global function. Calling it in .ready() caused an Uncaught ReferenceError. The doSearch() method is properly called from within showSearchWidget() after the search widget and suggestions are properly initialized. --- index.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 66075974..5f9780a0 100644 --- a/index.html +++ b/index.html @@ -104,11 +104,8 @@ } } - +