mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fixed typo
This commit is contained in:
parent
81afb3321b
commit
bfb9ba1b70
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
$('.collectionItemSearchForm').off('submit', EditCollectionItemsPage.onSearchFormSubmit).on('submit', EditCollectionItemsPage.onSearchFormSubmit);
|
||||
$(document).on("pageinit", function () {
|
||||
$(".popupIdentify").on("popupafteropen", function (e) {
|
||||
$("#txtLookupName").focus().selct();
|
||||
$("#txtLookupName").focus().select();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue