Skip to content

Commit 4fbe8e9

Browse files
committedMay 15, 2017
Bitcion is not real
1 parent 91fccec commit 4fbe8e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"babel-loader": "^6.2.10",
4242
"babel-watch": "^2.0.6",
4343
"http-server": "^0.9.0",
44-
"webpack": "^1.13.3",
44+
"webpack": "^2.4.1",
4545
"webpack-dev-server": "^2.4.2"
4646
}
4747
}

‎src/static/js/tips.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function loadTipModal(obj) {
3939
// GENERATE QR CODE FOR BTC TIPS
4040
tipAmount = $('input[name="tip-amount"]:checked').val()/BTCUSD;
4141
tipAmount = Math.round(tipAmount*100000000)/100000000;
42-
tipCurrency = 'bitcion';
42+
tipCurrency = 'bitcoin';
4343
generateQR(mediaBTC, 'BTC-tip-QR', 100, 100, tipCurrency, tipAmount, dname);
4444
if (document.getElementById('sendBTCTipBtn')) {
4545
document.getElementById('sendBTCTipBtn').setAttribute('onclick','sendTip(this, BTCclient, "' + mediaBTC + '", "BTC")');

0 commit comments

Comments
 (0)
Please sign in to comment.