From 131eacc88cf2c9979aff8c1c475f3addb1d54c50 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 4 Mar 2014 20:18:17 +0200 Subject: [PATCH 1/2] Switch to using protocol relative URLs. The docs won't work via `file://` anyway. --- docs/_includes/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 48cd0c5..6be6594 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -35,11 +35,11 @@ window.twttr = (function (d,s,id) { var t, js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js=d.createElement(s); js.id=id; js.async=1; - js.src="https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); + js.src="//platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); return window.twttr || (t = { _e: [], ready: function(f){ t._e.push(f) } }); }(document, "script", "twitter-wjs")); - + From 65676020fe1b00bbd8496b729b0315c60f145842 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 4 Mar 2014 12:46:44 -0800 Subject: [PATCH 2/2] use protocol-relative URL for Roboto font in app-android-notes example --- docs/examples/app-android-notes/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/app-android-notes/index.html b/docs/examples/app-android-notes/index.html index a0e36dd..7d6473e 100644 --- a/docs/examples/app-android-notes/index.html +++ b/docs/examples/app-android-notes/index.html @@ -8,7 +8,7 @@ - +