https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35521 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #3 from Tomás Cohen Arazi <tomascohen@gmail.com> --- 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.