From bb6d21abe66044a87c1d5bbd65bd85ba9609db54 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Wed, 26 Feb 2020 19:40:57 +0000 Subject: [PATCH] Be gone target='_blank' , back to 2003 --- lnbits/extensions/withdraw/templates/withdraw/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lnbits/extensions/withdraw/templates/withdraw/index.html b/lnbits/extensions/withdraw/templates/withdraw/index.html index 4dc3db9..11c8f6d 100644 --- a/lnbits/extensions/withdraw/templates/withdraw/index.html +++ b/lnbits/extensions/withdraw/templates/withdraw/index.html @@ -286,8 +286,8 @@ function drawwithdraw() { if (thewithdraw[2] > 0){ document.getElementById('qrcodetxt').innerHTML = lnurlfau + - "

Shareable link

" + - "

Print all withdraws

" + "

Shareable link

" + + "

Print all withdraws

" document.getElementById("qrcode").style.backgroundColor = "white"; document.getElementById("qrcode").style.padding = "20px"; }