Oops, don't go checking the textbox for tag removal.
This commit is contained in:
parent
670bc8b375
commit
01a8a6df66
1 changed files with 0 additions and 5 deletions
|
@ -291,11 +291,6 @@ function remove_photo_tag(photo_id, tagname, callback)
|
||||||
}
|
}
|
||||||
function remove_photo_tag_form(photo_id, tagname)
|
function remove_photo_tag_form(photo_id, tagname)
|
||||||
{
|
{
|
||||||
var tagname = document.getElementById("add_tag_textbox").value;
|
|
||||||
if (tagname == "")
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
return remove_photo_tag(photo_id, tagname, receive_callback);
|
return remove_photo_tag(photo_id, tagname, receive_callback);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue