From cd7e88cc55113f0632b425ef07c611387146a423 Mon Sep 17 00:00:00 2001 From: Matthias Le Gac Date: Mon, 25 Mar 2024 11:15:49 -0400 Subject: [PATCH] Bug 27113: Fix the issue of the cursor not displaying --- koha-tmpl/intranet-tmpl/prog/js/staff-global.js | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js index 9286e24abb..f2384e9072 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js +++ b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js @@ -140,7 +140,6 @@ $(document).ready(function() { if (typeof AutocompleteInitIntranet !== "undefined" && tab === 'catalog_search' ){ AutocompleteInitIntranet(); } - $("#search-form").focus(); }); $(".toggle_element").on("click",function(e){ -- 2.34.1