[Koha-bugs] [Bug 35521] Errors in main search tab display

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 8 17:45:08 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35521

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Tomás Cohen Arazi <tomascohen at 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.


More information about the Koha-bugs mailing list