mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-08 22:35:00 +02:00
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:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user