From ac1a5ff6e4820b3fc44d812f62759165033e963e Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Wed, 25 Feb 2015 11:21:48 -0500 Subject: [PATCH] Fix bug where the window wouldn't highlight after going back up to the search box --- popup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/popup.js b/popup.js index 3352d98..f983850 100644 --- a/popup.js +++ b/popup.js @@ -463,6 +463,7 @@ document.addEventListener('DOMContentLoaded', function() { } //If it's the first window, highlight the search bar else{ + tabKeyIndex=-1; filterInput.focus(); } }