panel compose windows

This commit is contained in:
Ben Arc 2021-04-20 15:19:10 +01:00
parent 3ec670785e
commit 607af43b1b

View File

@ -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