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

Fixed some JS styling

上级 306e5526
......@@ -34,7 +34,7 @@
new DueDateSelect();
new LabelsSelect();
new Sidebar();
new Subscription('.subscription')
new Subscription('.subscription');
});
} else {
$('.right-sidebar').getNiceScroll().remove();
......
......@@ -54,7 +54,7 @@ class ListIssue {
milestone_id: this.milestone ? this.milestone.id : null,
due_date: this.dueDate,
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.
先完成此消息的编辑!
想要评论请 注册