tweaked sizes
This commit is contained in:
parent
e2c3cecdf4
commit
b6500b9e82
1 changed files with 1 additions and 1 deletions
|
|
@ -520,7 +520,7 @@
|
||||||
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=10,top=100'
|
'scrollbars=no, resizable=no,status=no,location=no,toolbar=no,menubar=no,width=400,height=450,left=10,top=400'
|
||||||
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