1
0
Fork 0
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:
Luke 2014-03-03 01:15:18 -05:00
commit 255b4007e9

View file

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