From fc80fa8a681bda7eaf837293b39b26f676779c5b Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 20 Apr 2016 11:38:23 +0100 Subject: [PATCH] Make Typekit protocol agnostic --- app/views/shared/_typekit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_typekit.html.haml b/app/views/shared/_typekit.html.haml index 76914fe..db66176 100644 --- a/app/views/shared/_typekit.html.haml +++ b/app/views/shared/_typekit.html.haml @@ -1,3 +1,3 @@ -= javascript_include_tag "http://use.typekit.com/bvi1xdc.js" += javascript_include_tag "//use.typekit.com/bvi1xdc.js" :javascript try{Typekit.load();}catch(e){}