remove coinwidget

This commit is contained in:
Gabriele Cirulli
2014-03-11 15:21:01 +01:00
parent bfd21d6e6b
commit f162d2a17c
-20
View File
@@ -100,25 +100,5 @@
ga("create", "UA-42620757-2", "gabrielecirulli.github.io");
ga("send", "pageview");
</script>
<!-- <script src="http://coinwidget.com/widget/coin.js"></script>
<script>
CoinWidgetCom.go({
wallet_address: "1Ec6onfsQmoP9kkL3zkpB6c5sA4PVcXU2i"
, currency: "bitcoin"
, counter: "count"
, alignment: "ac"
, qrcode: true
, auto_show: false
, lbl_button: "Donate"
, lbl_address: "My Bitcoin Address:"
, lbl_count: "donations"
, lbl_amount: "BTC"
});
setTimeout(function () {
var cw = document.getElementsByClassName("COINWIDGETCOM_CONTAINER")[0];
document.getElementsByClassName("sharing")[0].appendChild(cw);
}, 100);
</script> -->
</body>
</html>