[Koha-bugs] [Bug 8600] Remove search terms in advanced search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 9 16:18:52 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8600

--- Comment #16 from Owen Leonard <oleonard at myacpl.org> ---
(In reply to comment #15)
> But I don't know if
>   <a href="javascript:;'>
> is the best way to do that.
> In Koha, we use
>   <a href="#" onclick="function(); return false;">

Quite right. Even better, add an id or class to the link and move the onclick
handling to the $(document).ready() block. In my opinion this requires a
correction.

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


More information about the Koha-bugs mailing list