Commit 754ad634 by Qiang Xue

Merge pull request #4759 from mickgeek/apidoc-focus

Remove the focus on the search field
parents 62b08a09 67fc152b
......@@ -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