diff --git a/lnbits/extensions/copilot/templates/copilot/index.html b/lnbits/extensions/copilot/templates/copilot/index.html index 0433b25e..2ab6fb02 100644 --- a/lnbits/extensions/copilot/templates/copilot/index.html +++ b/lnbits/extensions/copilot/templates/copilot/index.html @@ -515,13 +515,13 @@ this.getCopilot(copilot_id) let params = 'scrollbars=no, resizable=no,status=no,location=no,toolbar=no,menubar=no,width=1722,height=972,left=200,top=200' - open('../copilot/cp/', 'test', params) + open('../copilot/cp/', '_blank', params) }, openCopilotPanel: function (copilot_id) { this.getCopilot(copilot_id) let params = 'scrollbars=no, resizable=no,status=no,location=no,toolbar=no,menubar=no,width=1722,height=972,left=200,top=200' - open('../copilot/pn/', 'test', params) + open('../copilot/pn/', '_blank', params) }, deleteCopilotLink: function (chargeId) { var self = this