change logic on line_code
This commit is contained in:
parent
bda7fe38d0
commit
f598cc7897
9 changed files with 54 additions and 21 deletions
|
@ -71,6 +71,10 @@ var NoteList = {
|
|||
$(document).on("click",
|
||||
".js-choose-note-attachment-button",
|
||||
NoteList.chooseNoteAttachment);
|
||||
|
||||
$(document).on("click",
|
||||
".js-show-outdated-discussion",
|
||||
function(e) { $(this).next('.outdated-discussion').show(); e.preventDefault() });
|
||||
},
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue