summaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/journals_controller.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/controllers/journals_controller.rb b/app/controllers/journals_controller.rb
index 940a7b5e1..98e8b46e5 100644
--- a/app/controllers/journals_controller.rb
+++ b/app/controllers/journals_controller.rb
@@ -84,10 +84,7 @@ class JournalsController < ApplicationController
end
else
respond_to do |format|
- format.html {
- # TODO: implement non-JS journal update
- render :nothing => true
- }
+ # TODO: implement non-JS journal update
format.js
end
end