Fix MR comments
This commit is contained in:
parent
c38b9a2f80
commit
3c13ef648b
1 changed files with 0 additions and 8 deletions
|
@ -14,14 +14,6 @@ var MergeRequest = {
|
||||||
$(".mr_show_all_commits").bind("click", function() {
|
$(".mr_show_all_commits").bind("click", function() {
|
||||||
self.showAllCommits();
|
self.showAllCommits();
|
||||||
});
|
});
|
||||||
|
|
||||||
$(".line_note_link, .line_note_reply_link").live("click", function(e) {
|
|
||||||
var form = $(".per_line_form");
|
|
||||||
$(this).parent().parent().after(form);
|
|
||||||
form.find("#note_line_code").val($(this).attr("line_code"));
|
|
||||||
form.show();
|
|
||||||
return false;
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
|
|
||||||
initMergeWidget:
|
initMergeWidget:
|
||||||
|
|
Loading…
Reference in a new issue