summaryrefslogtreecommitdiff
path: root/app/controllers/dashboard_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/dashboard_controller.rb')
-rw-r--r--app/controllers/dashboard_controller.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/controllers/dashboard_controller.rb b/app/controllers/dashboard_controller.rb
index b35cb8369b3..39c706488e5 100644
--- a/app/controllers/dashboard_controller.rb
+++ b/app/controllers/dashboard_controller.rb
@@ -7,7 +7,7 @@ class DashboardController < ApplicationController
respond_to do |format|
format.html
- format.js
+ format.js { no_cache_headers }
end
end
@@ -18,7 +18,7 @@ class DashboardController < ApplicationController
respond_to do |format|
format.html
- format.js
+ format.js { no_cache_headers }
end
end
@@ -32,7 +32,7 @@ class DashboardController < ApplicationController
respond_to do |format|
format.html
- format.js
+ format.js { no_cache_headers }
format.atom { render :layout => false }
end
end