From 6b851beefd8c62ab69461e2cc344e0050de7e62c Mon Sep 17 00:00:00 2001 From: Shi Yao Wang Date: Tue, 30 Apr 2024 09:55:11 -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 0b15b51558..0ca6617d0e 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js +++ b/koha-tmpl/intranet-tmpl/prog/js/staff-global.js @@ -159,7 +159,6 @@ $(document).ready(function () { if (typeof AutocompleteInitIntranet !== "undefined" && tab === 'catalog_search' ){ AutocompleteInitIntranet(); } - $("#search-form").focus(); }); $(".toggle_element").on("click", function (e) { -- 2.34.1