mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-28 19:24:10 +08:00
fix bug with load older activities button not working
This commit is contained in:
parent
673901fb01
commit
d2dcb765b4
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…
Reference in a new issue