From 00973e6ad6c1060b6b56d5819638fc607937375d Mon Sep 17 00:00:00 2001 From: Nick van der Burgt Date: Mon, 27 Dec 2010 19:13:41 +0100 Subject: [PATCH] Changed Chrome Frame back on --- config.ru | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.ru b/config.ru index 8e7c86125..5cbf4911d 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