From 026d868e18dfba1ec6ab7d2bc3fc74aa7dbf1874 Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Wed, 25 Nov 2015 21:21:37 +0200 Subject: [PATCH] add colon after protocol --- src/jade/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jade/index.jade b/src/jade/index.jade index 98a140a..cf80f93 100644 --- a/src/jade/index.jade +++ b/src/jade/index.jade @@ -10,7 +10,7 @@ html meta(name='apple-mobile-web-app-capable', content='yes') script. - if(location.hostname === 'koodiklinikka.fi' && location.protocol !== 'https') { + if(location.hostname === 'koodiklinikka.fi' && location.protocol !== 'https:') { location.protocol = 'https'; } link(rel='apple-touch-icon', sizes='57x57', href='icons/apple-touch-icon-57x57.png')