From 5b956f255ebe343bcc7ed0ccf7918b09e730249b Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 5 Nov 2020 15:01:33 +0100 Subject: [PATCH] issue #1206 add album input focus when adding an album in album manager, the input for the name gets focused --- admin/themes/default/template/cat_list.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl index 8faff9dea..354367f4e 100644 --- a/admin/themes/default/template/cat_list.tpl +++ b/admin/themes/default/template/cat_list.tpl @@ -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}