https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35521
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #3 from Tomás Cohen Arazi <[email protected]> --- Found the cause in IntranetUserJS: ``` /* JS for Koha RoomReservation Plugin This JS was added automatically by installing the RoomReservation plugin Please do not modify */ ... $(".nav-tabs li:first-child").removeClass("active").attr("aria-expanded", "false"); $("#circ_search").removeClass("active"); $("#catalog_search").addClass("active"); $(".nav-tabs li:last-child").addClass("active").attr("aria-expanded", "true"); ``` Leaving here in case others have the issue. -- You are receiving this mail because: 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/
