24 Mar
2014
24 Mar
'14
8:42 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11563 --- Comment #18 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Fridolin SOMERS from comment #17)
But this class in actually only set on "input" elements : $("fieldset.rows input").addClass("noEnterSubmit");
No, the *last* patch does the following : - $("fieldset.rows input").addClass("noEnterSubmit"); + $("fieldset.rows input,select").addClass("noEnterSubmit"); :) -- You are receiving this mail because: You are watching all bug changes.