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() {