Commit 3c13ef648ba6b8f6c31028c3072e22106f1baf62

Authored by Dmitriy Zaporozhets
1 parent c38b9a2f

Fix MR comments

Showing 1 changed file with 0 additions and 8 deletions   Show diff stats
app/assets/javascripts/merge_requests.js
... ... @@ -14,14 +14,6 @@ var MergeRequest = {
14 14 $(".mr_show_all_commits").bind("click", function() {
15 15 self.showAllCommits();
16 16 });
17   -
18   - $(".line_note_link, .line_note_reply_link").live("click", function(e) {
19   - var form = $(".per_line_form");
20   - $(this).parent().parent().after(form);
21   - form.find("#note_line_code").val($(this).attr("line_code"));
22   - form.show();
23   - return false;
24   - });
25 17 },
26 18  
27 19 initMergeWidget:
... ...