mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +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');
|
var searchBox = $('#searchbox');
|
||||||
|
|
||||||
// focus the search field
|
|
||||||
searchBox.focus();
|
|
||||||
|
|
||||||
// search when typing in search field
|
// search when typing in search field
|
||||||
searchBox.on("keyup", function(event) {
|
searchBox.on("keyup", function(event) {
|
||||||
var query = $(this).val();
|
var query = $(this).val();
|
||||||
|
|||||||
Reference in New Issue
Block a user