http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8600
--- Comment #16 from Owen Leonard <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
