Commit d24c1dd8344db9665603a1aab0a2e8a58f722647

Authored by erkasraim
1 parent 0611c5c6

fixed commit tab page shows commit log twice

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/assets/javascripts/commits.js.coffee
@@ -42,6 +42,7 @@ class CommitsList @@ -42,6 +42,7 @@ class CommitsList
42 @disable = true 42 @disable = true
43 43
44 @initLoadMore: -> 44 @initLoadMore: ->
  45 + $(document).unbind('scroll')
45 $(document).endlessScroll 46 $(document).endlessScroll
46 bottomPixels: 400 47 bottomPixels: 400
47 fireDelay: 1000 48 fireDelay: 1000