mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 06:48:02 +01:00
added better sizes to popus
This commit is contained in:
parent
16119fd5fa
commit
2a934c4d87
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=1722,height=972,right=200,top=200'
|
'scrollbars=no, resizable=no,status=no,location=no,toolbar=no,menubar=no,width=1540,height=826,right=200,top=200'
|
||||||
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=800,left=200,top=200'
|
'scrollbars=no, resizable=no,status=no,location=no,toolbar=no,menubar=no,width=400,height=500,left=160,top=200'
|
||||||
open('../copilot/pn/', '_blank', params)
|
open('../copilot/pn/', '_blank', params)
|
||||||
},
|
},
|
||||||
deleteCopilotLink: function (chargeId) {
|
deleteCopilotLink: function (chargeId) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue