Address feedback
This commit is contained in:
parent
4089ba873e
commit
3a180d15f8
3 changed files with 41 additions and 32 deletions
|
@ -951,3 +951,8 @@
|
|||
}());
|
||||
|
||||
}());
|
||||
|
||||
// Sets the focus on the search bar at the top of the page
|
||||
function focusSearchBar() {
|
||||
document.getElementsByName('search')[0].focus();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue