X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/839a165776ed0dd10a66fd936335325b40382969..19330e9debca6915d3ab3e4d5a3931ed30f8f80b:/js/kivi.Part.js diff --git a/js/kivi.Part.js b/js/kivi.Part.js index eee498e3b..dd6010b2c 100644 --- a/js/kivi.Part.js +++ b/js/kivi.Part.js @@ -424,6 +424,7 @@ namespace('kivi.Part', function(ns) { self.handle_changed_text(); } if (event.which == KEY.ENTER) { + event.preventDefault(); self.handle_changed_text({ match_none: self.o.action.commit_none, match_one: self.o.action.commit_one,