Merge pull request #4759 from mickgeek/apidoc-focus

Remove the focus on the search field
This commit is contained in:
Qiang Xue
2014-09-03 10:46:47 -04:00

View File

@ -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();