Change of path for wallets on BTCP Pay site

This commit is contained in:
Matt Pass 2018-05-31 20:40:44 +01:00 committed by GitHub
parent 771d542d29
commit 036bd4d8f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -493,7 +493,7 @@ btcpWidget.displayPaymentScreen = function(anim) {
wW.style.textDecoration = "none";
wW.innerHTML = "What is this?";
wW.style.cursor = "pointer";
wW.onclick = function(){window.open("https://btcppay.com/wallets");};
wW.onclick = function(){window.open("https://btcppay.com/btcp-wallets");};
// Wallet get
var wG = document.createElement("a");
@ -504,7 +504,7 @@ btcpWidget.displayPaymentScreen = function(anim) {
wG.style.margin = "0 0 20px 5px";
wG.innerHTML = "Get it!";
wG.style.cursor = "pointer";
wG.onclick = function(){window.open("https://btcppay.com/wallets");};
wG.onclick = function(){window.open("https://btcppay.com/btcp-wallets");};
// QR code heading
var qH = document.createElement("b");