http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8215 --- Comment #28 from Kyle M Hall <kyle@bywatersolutions.com> --- Here's a followup that should do what you are recommending. (In reply to comment #25)
(In reply to comment #24)
Created attachment 11862 [details] Fixed by adding some jquery, such that any form field with the class "noEnterSubmit" will but trigger a form submission.
This duplicates functionality which is already in staff-global.js (function checkEnter(), line 77). I like that your implementation uses a class, though. Could there be a way to combine these scripts?
If not, at the very least this script should be added to staff-global.js instead of included in doc-head-close.inc since it doesn't require template processing.
-- You are receiving this mail because: You are watching all bug changes.