we need to move ghbtn script local, they don't offer https and we can't load http assets while in https mode

This commit is contained in:
Justin Lynn
2014-03-04 15:15:34 -08:00
parent 1b9fd5f71d
commit c0b8cd5446
2 changed files with 3 additions and 2 deletions

1
www/ghbtn.html Normal file

File diff suppressed because one or more lines are too long

View File

@@ -57,8 +57,8 @@
</ul>
</div>
<div class='right'>
<!-- GitHub buttons: see http/ghbtns.com -->
<iframe src="//ghbtns.com/github-btn.html?user=ripple&repo=ripple-dev-portal&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
<!-- GitHub buttons: ghbtn.html -->
<iframe src="/ghbtn.html?user=ripple&repo=ripple-dev-portal&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</div>
</div>