Skip to content

Commit

Permalink
removed unnecessary variable setter
Browse files Browse the repository at this point in the history
  • Loading branch information
Baylor Rae committed Dec 5, 2011
1 parent 535d7dd commit 04154b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/jquery.relevant-dropdown.js
Expand Up @@ -142,7 +142,6 @@

// return or tab key
if ( e.keyCode == 13 || e.keyCode == 9 ) {
var active = $("li.active");
if (active.length) {
$input.val(active.text());
}
Expand Down

0 comments on commit 04154b5

Please sign in to comment.