Commit d62bf7432ce8d125f81897644a903602b98a715f
Exists in
master
and in
4 other branches
Merge pull request #4188 from erkasraim/commit_log_twice
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 |