[Koha-bugs] [Bug 11563] Class noEnterSubmit no longer functioning

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 24 16:42:42 CET 2014


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

--- Comment #18 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list