From 7805871ec2c7b7ce0785c5c42f61ef35193274ee Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sun, 2 Nov 2014 14:32:42 -0500 Subject: [PATCH] made IE lightbox auto display when on IE --- app/views/layouts/application.html.erb | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 21a04d81..bea00881 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -24,6 +24,46 @@ require.config({baseUrl: '/famous/'}); require(['main']); + +