Fix MR comments

This commit is contained in:
Dmitriy Zaporozhets 2012-11-30 16:03:10 +02:00
parent c38b9a2f80
commit 3c13ef648b

View file

@ -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: