mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 12:53:16 +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',
|
taxonomyFieldName: '@Model.FieldName',
|
||||||
contentId: @Model.Id,
|
contentId: @Model.Id,
|
||||||
culture: culture,
|
culture: culture,
|
||||||
selectedValues: selectedValues,
|
selectedValues: selectedValues
|
||||||
|
},
|
||||||
success: function (html) {
|
success: function (html) {
|
||||||
var container = $(".taxonomy-wrapper[data-id-prefix='@Taxonomyprefix']");
|
var container = $(".taxonomy-wrapper[data-id-prefix='@Taxonomyprefix']");
|
||||||
|
|
||||||
@ -210,4 +211,5 @@
|
|||||||
//]]>
|
//]]>
|
||||||
</script>
|
</script>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user