Commit 09a4030c authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Remove discussionlock call

parent 04793ff1
...@@ -13,7 +13,6 @@ export default () => { ...@@ -13,7 +13,6 @@ export default () => {
new LabelsSelect(); new LabelsSelect();
new IssuableContext(sidebarOptions.currentUser); new IssuableContext(sidebarOptions.currentUser);
gl.Subscription.bindAll('.subscription'); gl.Subscription.bindAll('.subscription');
gl.DiscussionLock.bindAll('.discussion-lock');
new gl.DueDateSelectors(); new gl.DueDateSelectors();
window.sidebar = new Sidebar(); window.sidebar = new Sidebar();
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment