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