From 482c192b6ae127590a36494ebcdfd1de26d41996 Mon Sep 17 00:00:00 2001 From: Ben Arc Date: Tue, 20 Apr 2021 13:53:20 +0100 Subject: [PATCH] buggy --- lnbits/extensions/copilot/templates/copilot/compose.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lnbits/extensions/copilot/templates/copilot/compose.html b/lnbits/extensions/copilot/templates/copilot/compose.html index 6aaa2a7de..def2ba9ed 100644 --- a/lnbits/extensions/copilot/templates/copilot/compose.html +++ b/lnbits/extensions/copilot/templates/copilot/compose.html @@ -150,7 +150,8 @@ self.connection.send('') self.counter++ if (self.counter % 20 === 0) { - self.getPrice + this.getPrice + console.log('test') } }, 1000) }, 2000)