mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
Merge pull request #718 from timhobbs/master
#707 - focus search textbox when displayed
This commit is contained in:
commit
255b4007e9
@ -296,6 +296,8 @@
|
|||||||
var panel = getSearchPanel(page);
|
var panel = getSearchPanel(page);
|
||||||
|
|
||||||
$(panel).panel('toggle');
|
$(panel).panel('toggle');
|
||||||
|
|
||||||
|
$('#txtSearch').focus();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user