Commit 6af4223a27555b4a1e4471fdc7829071ab0db9e1

Authored by Dmitriy Zaporozhets
1 parent eb0590b0

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 119  
120 120  
121 121 # Commit show suppressed diff
122   - $(".supp_diff_link").bind "click", ->
  122 + $(".content").on "click", ".supp_diff_link", ->
123 123 $(@).next('table').show()
124 124 $(@).remove()
125 125  
... ...