https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36046
--- Comment #2 from Owen Leonard <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
