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:
parent
ea09e1d7d0
commit
c05058a3ad
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