issue #1206 add album input focus

when adding an album in album manager, the input for the name gets focused
This commit is contained in:
Louis
2020-11-05 15:01:33 +01:00
parent 8cbbdc4c74
commit 5b956f255e
+3 -1
View File
@@ -2,7 +2,9 @@
{footer_script require='jquery.ui.sortable'}{literal}
jQuery(document).ready(function(){
$(".addAlbumHead").click(function () {
$(".addAlbum input[name=virtual_name]").focus();
})
});
{/literal}{/footer_script}