Fix bug where the window wouldn't highlight after going back up to the search box

This commit is contained in:
Nick Krichevsky 2015-02-25 11:21:48 -05:00
parent 8e95ef4474
commit ac1a5ff6e4

View file

@ -463,6 +463,7 @@ document.addEventListener('DOMContentLoaded', function() {
}
//If it's the first window, highlight the search bar
else{
tabKeyIndex=-1;
filterInput.focus();
}
}