From 06367d106b6e2475687bb427a837d7c9defa480d Mon Sep 17 00:00:00 2001 From: Matt Lott Date: Sun, 7 Dec 2014 18:56:57 -0800 Subject: [PATCH] IE8 unsupported message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Had to go low-tech. IE8 doesn’t make it far enough for a nicely styled homepage with unsupported message. --- app/assets/main.html | 18 +++++++++++++++--- app/templates/home-view.jade | 1 + 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/app/assets/main.html b/app/assets/main.html index 6408aad6a..810cf0cf9 100644 --- a/app/assets/main.html +++ b/app/assets/main.html @@ -34,7 +34,7 @@ diff --git a/app/templates/home-view.jade b/app/templates/home-view.jade index ef460c283..7c11d487c 100644 --- a/app/templates/home-view.jade +++ b/app/templates/home-view.jade @@ -13,6 +13,7 @@ block outer_content #slogan(data-i18n="home.slogan") + //- TODO: This does not work on IE8 .alert.alert-danger.lt-ie9 strong(data-i18n="home.no_ie") CodeCombat does not run in Internet Explorer 8 or older. Sorry!