From: Jan Schneider Date: Tue, 11 May 2010 22:29:28 +0000 (+0200) Subject: return, for consistency. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=433b824ddb40239462b76c6b9cb9c5e69b9d0866;p=horde.git return, for consistency. --- diff --git a/horde/js/KeyNavList.js b/horde/js/KeyNavList.js index a82773b14..149a5a6cb 100644 --- a/horde/js/KeyNavList.js +++ b/horde/js/KeyNavList.js @@ -195,7 +195,7 @@ var KeyNavList = Class.create({ this.opts.onChoose(this.getCurrentEntry()); this.hide(); e.stop(); - break; + return; case Event.KEY_ESC: this.hide();