From 664ae2b921d24497b7b3ae298da8d1dd5e7a7740 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Sun, 18 Oct 2020 18:54:57 +0200 Subject: [PATCH] Add loading spinner --- files/root/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/files/root/index.html b/files/root/index.html index 923d22b..44002e8 100644 --- a/files/root/index.html +++ b/files/root/index.html @@ -116,6 +116,13 @@ + @@ -130,6 +137,7 @@ lnme.showPaymentRequest = function() { document.getElementById('send-button').style.display = 'none'; document.getElementById('lnme-wrapper').style.display = 'block'; + document.getElementById('loader').style.display = 'block'; this.populatePaymentRequest(); } lnme.thanks = function() {