From 4f26fcd632c642e2ead467d22074b707ffa810fe Mon Sep 17 00:00:00 2001 From: vwoo Date: Tue, 7 Jun 2011 01:49:08 -0700 Subject: [PATCH] +1 https redirect skip --- client/about.html | 2 +- client/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/about.html b/client/about.html index 0dd343e..780b103 100644 --- a/client/about.html +++ b/client/about.html @@ -78,7 +78,7 @@

Social tomfoolery

head.js('http://www.google-analytics.com/ga.js', function () { _gat._getTracker('UA-267782-3')._trackPageview(); }); - head.js('http://apis.google.com/js/plusone.js'); + head.js('https://apis.google.com/js/plusone.js'); head.js('http://platform.twitter.com/widgets.js'); diff --git a/client/index.html b/client/index.html index ff2e4b5..d29ef4b 100755 --- a/client/index.html +++ b/client/index.html @@ -155,7 +155,7 @@

Social tomfoolery

head.js('http://www.google-analytics.com/ga.js', function () { _gat._getTracker('UA-267782-3')._trackPageview(); }); - head.js('http://apis.google.com/js/plusone.js'); + head.js('https://apis.google.com/js/plusone.js'); head.js('http://platform.twitter.com/widgets.js');