From 4fa56c9e9e12d8a2dcebf0866c6c15fee06678b5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 16 Jan 2025 14:27:25 +0530 Subject: [PATCH] ... --- src/pyj/book_list/search.pyj | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pyj/book_list/search.pyj b/src/pyj/book_list/search.pyj index f536950d3b..588e3739ca 100644 --- a/src/pyj/book_list/search.pyj +++ b/src/pyj/book_list/search.pyj @@ -109,8 +109,6 @@ def ask_about_smart_quotes(text): ) - - def execute_search_interactive(text): if not text: container = document.getElementById(state.container_id)