No chrome frame in 8 or 9, will take some time to make it less abrupt/confusing/unavoidable later, and give a notification to people using 8 that the site is broken in 8
This commit is contained in:
parent
b467d12d83
commit
72c377fa73
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@
|
||||||
require ::File.expand_path('../config/environment', __FILE__)
|
require ::File.expand_path('../config/environment', __FILE__)
|
||||||
#use Rack::FiberPool
|
#use Rack::FiberPool
|
||||||
require ::File.expand_path('../lib/chrome_frame', __FILE__)
|
require ::File.expand_path('../lib/chrome_frame', __FILE__)
|
||||||
use Rack::ChromeFrame
|
use Rack::ChromeFrame(:minimum => 8)
|
||||||
run Diaspora::Application
|
run Diaspora::Application
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue