mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-05 18:48:51 +00:00
add colon after protocol
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user