Skip to content

Commit d8c2133

Browse files
committed
Fixed alignment of JSON properties for consistency
1 parent d916738 commit d8c2133

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/TopicReference/Default.cshtml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
}
1818

1919
<vc:tokenized-topic-list
20-
current-topic=@Model.CurrentTopic
21-
html-field-prefix=@ViewData.TemplateInfo.HtmlFieldPrefix
22-
attribute=@attributeDescriptor>
20+
current-topic =@Model.CurrentTopic
21+
html-field-prefix =@ViewData.TemplateInfo.HtmlFieldPrefix
22+
attribute =@attributeDescriptor
23+
>
2324
</vc:tokenized-topic-list>

OnTopic.Editor.AspNetCore/Shared/Scripts/DraggableTreeView.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ OnTopic.DraggableTreeView = Ext.extend(Ext.tree.TreePanel, {
5050
| Move on server
5151
\-------------------------------------------------------------------------------------------------------------------------*/
5252
$.ajax({
53-
method: "POST",
54-
url: "/OnTopic/Move",
53+
method : "POST",
54+
url : "/OnTopic/Move",
5555
data: {
5656
topicId : node.attributes.id,
5757
targetTopicId : newParent.attributes.id,

0 commit comments

Comments
 (0)