updated postioning
This commit is contained in:
parent
2b89b3a61d
commit
aaf39ec9f6
1 changed files with 2 additions and 2 deletions
|
|
@ -514,13 +514,13 @@
|
||||||
openCopilotCompose: function (copilot_id) {
|
openCopilotCompose: function (copilot_id) {
|
||||||
this.getCopilot(copilot_id)
|
this.getCopilot(copilot_id)
|
||||||
let params =
|
let params =
|
||||||
'scrollbars=no, resizable=no,status=no,location=no,toolbar=no,menubar=no,width=1200,height=644,right=200,top=200'
|
'scrollbars=no, resizable=no,status=no,location=no,toolbar=no,menubar=no,width=1200,height=644,right=10'
|
||||||
open('../copilot/cp/', '_blank', params)
|
open('../copilot/cp/', '_blank', params)
|
||||||
},
|
},
|
||||||
openCopilotPanel: function (copilot_id) {
|
openCopilotPanel: function (copilot_id) {
|
||||||
this.getCopilot(copilot_id)
|
this.getCopilot(copilot_id)
|
||||||
let params =
|
let params =
|
||||||
'scrollbars=no, resizable=no,status=no,location=no,toolbar=no,menubar=no,width=400,height=500,left=160,top=200'
|
'scrollbars=no, resizable=no,status=no,location=no,toolbar=no,menubar=no,width=400,height=500,left=10'
|
||||||
open('../copilot/pn/', '_blank', params)
|
open('../copilot/pn/', '_blank', params)
|
||||||
},
|
},
|
||||||
deleteCopilotLink: function (chargeId) {
|
deleteCopilotLink: function (chargeId) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue