mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Make note anchors actually work
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -13,9 +13,6 @@ var NoteList = {
|
||||
|
||||
NoteList.setupMainTargetNoteForm();
|
||||
|
||||
// get initial set of notes
|
||||
NoteList.getContent();
|
||||
|
||||
// Unbind events to prevent firing twice
|
||||
$(document).off("click", ".js-add-diff-note-button");
|
||||
$(document).off("click", ".js-discussion-reply-button");
|
||||
|
||||
Reference in New Issue
Block a user