Merge pull request #1002 from mlorb/ml-sci-2031_v2

Fix bug with load older activities button not working [SCI-2031]
This commit is contained in:
mlorb 2018-02-20 13:19:20 +01:00 committed by GitHub
commit 4d69636dbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,6 @@ class MyModulesController < ApplicationController
end
respond_to do |format|
format.html
format.json {
# 'activites' partial includes header and form for adding older
# activities. 'list' partial is used for showing more activities.
@ -100,6 +99,7 @@ class MyModulesController < ApplicationController
})
}
}
format.html
end
end