From 60d686d52b74f81a13b9f1ca3bbb8f6845874b73 Mon Sep 17 00:00:00 2001 From: Hexchain Tong Date: Tue, 1 Oct 2013 11:56:51 +0800 Subject: [PATCH] Prevent Google Fonts not being loaded due to security issue Chrome refuses to load http resources if the page was loaded using https. --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index bf304d6d..c7fdf7b8 100644 --- a/main.js +++ b/main.js @@ -63,7 +63,7 @@ document.getElementsByTagName('head')[0].innerHTML = '' + '' + '' //note: smartphone.css injection moved into code/smartphone.js - + ''; + + ''; document.getElementsByTagName('body')[0].innerHTML = '' + '
Loading, please wait
'