mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #718 from timhobbs/master
#707 - focus search textbox when displayed
This commit is contained in:
commit
255b4007e9
1 changed files with 2 additions and 0 deletions
|
@ -296,6 +296,8 @@
|
||||||
var panel = getSearchPanel(page);
|
var panel = getSearchPanel(page);
|
||||||
|
|
||||||
$(panel).panel('toggle');
|
$(panel).panel('toggle');
|
||||||
|
|
||||||
|
$('#txtSearch').focus();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue