mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
Merge pull request #4759 from mickgeek/apidoc-focus
Remove the focus on the search field
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user