Skip to content
Snippets Groups Projects
Commit e4176f4e authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed some JS styling

parent 306e5526
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -34,7 +34,7 @@
new DueDateSelect();
new LabelsSelect();
new Sidebar();
new Subscription('.subscription')
new Subscription('.subscription');
});
} else {
$('.right-sidebar').getNiceScroll().remove();
Loading
Loading
Loading
Loading
@@ -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 )
}
};
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment