X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1058939eb82adfdaad496f6c1d7c6440c4616a89..04b01603f2d668f06a1174c86179031f519682d3:/js/kivi.Part.js diff --git a/js/kivi.Part.js b/js/kivi.Part.js index d83336c2e..a1b02c9c0 100644 --- a/js/kivi.Part.js +++ b/js/kivi.Part.js @@ -597,7 +597,11 @@ namespace('kivi.Part', function(ns) { } } window.clearTimeout(this.timer); - this.timer = window.setTimeout(function() { self.update_results() }, 100); + if (event.which == KEY.ENTER) { + self.update_results(); + } else { + this.timer = window.setTimeout(function() { self.update_results() }, 100); + } }, close_popup: function() { $('#part_selection').dialog('close');