提交 e4176f4e 编写于 作者: P Phil Hughes

Fixed some JS styling

上级 306e5526
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
new DueDateSelect(); new DueDateSelect();
new LabelsSelect(); new LabelsSelect();
new Sidebar(); new Sidebar();
new Subscription('.subscription') new Subscription('.subscription');
}); });
} else { } else {
$('.right-sidebar').getNiceScroll().remove(); $('.right-sidebar').getNiceScroll().remove();
......
...@@ -54,7 +54,7 @@ class ListIssue { ...@@ -54,7 +54,7 @@ class ListIssue {
milestone_id: this.milestone ? this.milestone.id : null, milestone_id: this.milestone ? this.milestone.id : null,
due_date: this.dueDate, due_date: this.dueDate,
assignee_id: this.assignee ? this.assignee.id : null, assignee_id: this.assignee ? this.assignee.id : null,
label_ids: this.labels.map((label) => label.id ) label_ids: this.labels.map( (label) => label.id )
} }
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册