Fix 404 widget script URL

Fix 404 widget script URL to be compatible with HTTPS by replacing
`http://` with `//`. The script hosted by Google is available on both
protocols.
This commit is contained in:
Alfred Xing
2013-03-03 22:38:50 -08:00
committed by Nicolas Gallagher
parent b83ce3b1b4
commit a10460934d

View File

@@ -151,7 +151,7 @@
<script>
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
</script>
<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
<script src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
</div>
</body>
</html>