mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
Removed init wrapper
This commit is contained in:
parent
bfb9ba1b70
commit
27e01e2f85
@ -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…
Reference in New Issue
Block a user