Commit 67fc152b by mickgeek

Remove the focus on the search field

parent 5d67ac44
......@@ -93,9 +93,6 @@ JS
var searchBox = $('#searchbox');
// focus the search field
searchBox.focus();
// search when typing in search field
searchBox.on("keyup", function(event) {
var query = $(this).val();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment