1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Luke Pulverenti 2014-03-03 23:58:28 -05:00
commit 07ab10f0db

View file

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