From 95f752fd6a31e4bc38cce6ea785029c34e7a3a19 Mon Sep 17 00:00:00 2001 From: Ben Arc Date: Thu, 24 Jun 2021 01:17:05 +0100 Subject: [PATCH] added comment --- lnbits/extensions/copilot/templates/copilot/compose.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/extensions/copilot/templates/copilot/compose.html b/lnbits/extensions/copilot/templates/copilot/compose.html index d24dbf7f..ea87089e 100644 --- a/lnbits/extensions/copilot/templates/copilot/compose.html +++ b/lnbits/extensions/copilot/templates/copilot/compose.html @@ -286,7 +286,7 @@ } console.log(res[1]) if (res[1] != 'none') { - showNotif(res[1]) + self.showNotif(res[1]) } } this.connection.onopen = () => this.launch