Refocus add_tag_box after removing a tag.
This commit is contained in:
parent
d41bad63e7
commit
d00d7b4acf
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ function add_photo_tag_form()
|
|||
function remove_photo_tag_form(photo_id, tagname)
|
||||
{
|
||||
api.photos.remove_tag(photo_id, tagname, remove_photo_tag_callback);
|
||||
add_tag_box.focus();
|
||||
}
|
||||
|
||||
function add_photo_tag_callback(response)
|
||||
|
|
Loading…
Reference in a new issue