add colon after protocol

This commit is contained in:
Riku Rouvila
2015-11-25 21:21:37 +02:00
parent 71ae3709e1
commit 026d868e18

View File

@@ -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')