Commit 6af4223a27555b4a1e4471fdc7829071ab0db9e1
1 parent
eb0590b0
Exists in
master
and in
4 other branches
Fixed Diff suppressed link for MR
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/assets/javascripts/main.js.coffee
@@ -119,7 +119,7 @@ $ -> | @@ -119,7 +119,7 @@ $ -> | ||
119 | 119 | ||
120 | 120 | ||
121 | # Commit show suppressed diff | 121 | # Commit show suppressed diff |
122 | - $(".supp_diff_link").bind "click", -> | 122 | + $(".content").on "click", ".supp_diff_link", -> |
123 | $(@).next('table').show() | 123 | $(@).next('table').show() |
124 | $(@).remove() | 124 | $(@).remove() |
125 | 125 |