mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 04:54:14 +08:00
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:
parent
e243e8e547
commit
8b9b5fb2ee
@ -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>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user