1
Fork 0

Address feedback

This commit is contained in:
Brian Anderson 2015-07-13 17:56:31 -07:00
parent 4089ba873e
commit 3a180d15f8
3 changed files with 41 additions and 32 deletions

View file

@ -951,3 +951,8 @@
}());
}());
// Sets the focus on the search bar at the top of the page
function focusSearchBar() {
document.getElementsByName('search')[0].focus();
}