提交 9ce7f4ee 编写于 作者: G Gabriele Cirulli

async load for btc widget

上级 1cfb14c4
......@@ -85,6 +85,26 @@
<script src="js/game_manager.js"></script>
<script src="js/application.js"></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>
<script>
(function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册