mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-13 06:03:34 +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')
|
meta(name='apple-mobile-web-app-capable', content='yes')
|
||||||
|
|
||||||
script.
|
script.
|
||||||
if(location.hostname === 'koodiklinikka.fi' && location.protocol !== 'https') {
|
if(location.hostname === 'koodiklinikka.fi' && location.protocol !== 'https:') {
|
||||||
location.protocol = 'https';
|
location.protocol = 'https';
|
||||||
}
|
}
|
||||||
link(rel='apple-touch-icon', sizes='57x57', href='icons/apple-touch-icon-57x57.png')
|
link(rel='apple-touch-icon', sizes='57x57', href='icons/apple-touch-icon-57x57.png')
|
||||||
|
|||||||
Reference in New Issue
Block a user