Skip to content

Commit

Permalink
Minor syntax fix on TaxonomyFieldList.cshtml (#8780)
Browse files Browse the repository at this point in the history
* Update TaxonomyFieldList.cshtml

Missing closing brackets after providing data for the ajax call

* As requested, added an empty line at the end of file
  • Loading branch information
AndreaPiovanelli authored Apr 11, 2024
1 parent e243e8e commit 8b9b5fb
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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']");
Expand Down Expand Up @@ -210,4 +211,5 @@
//]]>
</script>
}
}
}

0 comments on commit 8b9b5fb

Please sign in to comment.