9 Nov
2012
9 Nov
'12
3:18 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8600 --- Comment #16 from Owen Leonard <oleonard@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.