Make note anchors actually work

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets
2013-12-25 13:32:43 +02:00
parent 73af33e4b1
commit f7e7dc7ebb
9 changed files with 58 additions and 65 deletions
-3
View File
@@ -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");