2 Apr
2024
2 Apr
'24
3:19 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36046 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- If you add this to IntranetUserJS it will switch to the catalog search form on any page where the circulation form is active by default: $(document).ready(function(){ if( $("#circ_search_panel").length > 0 && $("#circ_search_panel").hasClass("active") ){ $("#header_search").selectTabByID("#catalog_search_panel"); } }); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.