mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 07:21:15 +00:00
setting up iframes to remove ssl errors: addthis as https, removing
github-btns for now (will add back in when I can do it with https)
This commit is contained in:
parent
17914586f4
commit
80922c1047
1 changed files with 4 additions and 3 deletions
|
|
@ -202,8 +202,9 @@
|
|||
<tr>
|
||||
<td>
|
||||
<!-- Github -->
|
||||
<iframe src="http://ghbtns.com/github-btn.html?user=lefnire&repo=habitrpg&type=watch&count=true"
|
||||
allowtransparency="true" frameborder="0" scrolling="0" width="85px" height="20px"></iframe>
|
||||
<!--<iframe src="http://ghbtns.com/github-btn.html?user=lefnire&repo=habitrpg&type=watch&count=true"
|
||||
allowtransparency="true" frameborder="0" scrolling="0" width="85px" height="20px"></iframe>-->
|
||||
|
||||
<!-- Gittip -->
|
||||
<iframe style="border: 0; margin: 0; padding: 0;" src="https://www.gittip.com/lefnire/widget.html" width="48pt" height="20pt"></iframe>
|
||||
<!-- AddThis Button BEGIN -->
|
||||
|
|
@ -392,7 +393,7 @@
|
|||
</script>
|
||||
|
||||
<!-- Addthis -->
|
||||
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=lefnire"></script>
|
||||
<script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=lefnire"></script>
|
||||
|
||||
<!-- Twitter -->
|
||||
<!--<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>-->
|
||||
|
|
|
|||
Loading…
Reference in a new issue