From 980914bc87c1d9950c358211ccd8b2a1d38b6daa Mon Sep 17 00:00:00 2001 From: Nick van der Burgt Date: Mon, 27 Dec 2010 17:27:29 +0100 Subject: [PATCH] Turned of Chrome Frame message thing --- config.ru | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.ru b/config.ru index 5cbf4911d..8e7c86125 100644 --- a/config.ru +++ b/config.ru @@ -6,6 +6,6 @@ require ::File.expand_path('../config/environment', __FILE__) #use Rack::FiberPool -require ::File.expand_path('../lib/chrome_frame', __FILE__) -use Rack::ChromeFrame, :minimum => 8 +#require ::File.expand_path('../lib/chrome_frame', __FILE__) +#use Rack::ChromeFrame, :minimum => 8 run Diaspora::Application