Skip to content

Commit

Permalink
Bug 925307 - [Contacts] In search mode, clicking ENTER on the keyboar…
Browse files Browse the repository at this point in the history
…d exits the search mode (follow-up)

(cherry picked from commit bac2948)
  • Loading branch information
gtorodelvalle committed Nov 4, 2013
1 parent bf77957 commit d4d1709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/communications/contacts/js/views/search.js
Expand Up @@ -63,7 +63,6 @@ contacts.Search = (function() {

var ignoreReturnKey = function ignoreReturnKey(evt) {
if (evt.keyCode == 13) { // VK_Return
evt.target.blur();
evt.preventDefault();
}
};
Expand Down

0 comments on commit d4d1709

Please sign in to comment.