[Koha-bugs] [Bug 29280] Add OPACStarRatings to opac-shelves.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 25 19:41:24 CEST 2021


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #5 from Owen Leonard <oleonard at myacpl.org> ---
The search results page adds this event handler to keep the page from jumping
if someone clicks one of the stars:

$(".br-readonly a").on("click", function(e){
    e.preventDefault();
});

Could you add that to opac-shelves.tt in a follow-up?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list