summaryrefslogtreecommitdiff
path: root/app/controllers/dashboard_controller.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-12-20 08:49:14 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-12-20 08:49:14 +0200
commit6bdcaccb460cc349b68f34a24b61c782f9e5b2ac (patch)
treed4141262df31c2a0d0d91623338ab907e7e1a7c0 /app/controllers/dashboard_controller.rb
parentf80745b7dbcfa6aa41a37b34ec5a9e461231f7d6 (diff)
downloadgitlab-ce-6bdcaccb460cc349b68f34a24b61c782f9e5b2ac.tar.gz
Revert "Handle back & forward events"
This reverts commit f80745b7dbcfa6aa41a37b34ec5a9e461231f7d6.
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