http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11563
--- Comment #18 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ 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/
