Minor syntax fix on TaxonomyFieldList.cshtml (#8780)

* Update TaxonomyFieldList.cshtml

Missing closing brackets after providing data for the ajax call

* As requested, added an empty line at the end of file
This commit is contained in:
Andrea Piovanelli
2024-04-11 21:43:58 +02:00
committed by GitHub
parent e243e8e547
commit 8b9b5fb2ee

View File

@@ -40,7 +40,8 @@
taxonomyFieldName: '@Model.FieldName',
contentId: @Model.Id,
culture: culture,
selectedValues: selectedValues,
selectedValues: selectedValues
},
success: function (html) {
var container = $(".taxonomy-wrapper[data-id-prefix='@Taxonomyprefix']");
@@ -210,4 +211,5 @@
//]]>
</script>
}
}
}