[Koha-bugs] [Bug 9507] Some code used to prevent form from being unexpectedly submitted is duplicated

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 21 18:16:51 CEST 2013


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

M. de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #3 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Just a question:

+function IEEventHandler_KeyDown() {
+    if (event.keyCode == 13 && event.srcElement.type != 'textarea' &&
event.srcElement.type != 'submit')
+        return false;
+    return true;
+}

But am I missing a parameter here?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list