From 853962c3220827f3dce20216295cf9e6354dd303 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Tue, 4 Feb 2020 20:32:12 +0000 Subject: [PATCH] Broken print link --- lnbits/extensions/withdraw/templates/withdraw/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/extensions/withdraw/templates/withdraw/index.html b/lnbits/extensions/withdraw/templates/withdraw/index.html index 1b1aec1..b334a2b 100644 --- a/lnbits/extensions/withdraw/templates/withdraw/index.html +++ b/lnbits/extensions/withdraw/templates/withdraw/index.html @@ -277,7 +277,7 @@ function drawwithdraw() { document.getElementById('qrcodetxt').innerHTML = lnurlfau + "

Shareable link

" + - "

Print all withdraws

" + "

Print all withdraws

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