diff --git a/frontends/etiquette_flask/templates/photo.html b/frontends/etiquette_flask/templates/photo.html index 5a9a63c..23acb73 100644 --- a/frontends/etiquette_flask/templates/photo.html +++ b/frontends/etiquette_flask/templates/photo.html @@ -291,11 +291,6 @@ function remove_photo_tag(photo_id, tagname, callback) } 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); }