1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

#707 - focus search textbox when displayed

This commit is contained in:
Tim Hobbs 2014-03-02 21:46:04 -08:00
parent ea09e1d7d0
commit c05058a3ad

View file

@ -296,6 +296,8 @@
var panel = getSearchPanel(page);
$(panel).panel('toggle');
$('#txtSearch').focus();
};
}