mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-07 05:34:55 +08:00
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:
commit
4d69636dbe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue