Attribute tags: fixing automatic refresh after deleting/adding a tag

Attribute_id_tr class should actually be ShadowAttribute_id_tr
pull/2307/head
edhoedt 2017-06-29 16:30:50 +02:00 committed by GitHub
parent 78ed4d71e0
commit 50c653753c
1 changed files with 1 additions and 1 deletions

View File

@ -776,7 +776,7 @@ function loadAttributeTags(id) {
dataType:"html",
cache: false,
success:function (data, textStatus) {
$("#Attribute_"+id+"_tr .attributeTagContainer").html(data);
$("#ShadowAttribute_"+id+"_tr .attributeTagContainer").html(data);
},
url:"/tags/showAttributeTag/" + id
});