mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Removed init wrapper
This commit is contained in:
parent
bfb9ba1b70
commit
27e01e2f85
1 changed files with 2 additions and 4 deletions
|
@ -72,10 +72,8 @@
|
|||
|
||||
<script type="text/javascript">
|
||||
$('.collectionItemSearchForm').off('submit', EditCollectionItemsPage.onSearchFormSubmit).on('submit', EditCollectionItemsPage.onSearchFormSubmit);
|
||||
$(document).on("pageinit", function () {
|
||||
$(".popupIdentify").on("popupafteropen", function (e) {
|
||||
$("#txtLookupName").focus().select();
|
||||
});
|
||||
$("body").on("popupafteropen", ".popupIdentify", function (e) {
|
||||
$("#txtLookupName").focus().select();
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue