remove coinwidget
This commit is contained in:
-20
@@ -100,25 +100,5 @@
|
|||||||
ga("create", "UA-42620757-2", "gabrielecirulli.github.io");
|
ga("create", "UA-42620757-2", "gabrielecirulli.github.io");
|
||||||
ga("send", "pageview");
|
ga("send", "pageview");
|
||||||
</script>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user