Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #13069 from gtorodelvalle/contacts-bug-925307-intr…
Browse files Browse the repository at this point in the history
…o-exits-search-mode-reloaded

Bug 925307 - [Contacts] In search mode, clicking ENTER on the keyboard exits the search mode (follow-up)
  • Loading branch information
jmcanterafonseca committed Oct 25, 2013
2 parents b16d996 + bac2948 commit fa366f0
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 fa366f0

Please sign in to comment.