missing by upload
This commit is contained in:
parent
76fff68872
commit
bb46b7c3d5
13
qortal-ui-plugins/plugins/core/connect.js
Normal file
13
qortal-ui-plugins/plugins/core/connect.js
Normal file
@ -0,0 +1,13 @@
|
||||
export const parentEpml = new Epml({
|
||||
type: 'WINDOW',
|
||||
source: window.parent
|
||||
})
|
||||
|
||||
export const visiblePluginEpml = new Epml({
|
||||
type: 'PROXY',
|
||||
source: {
|
||||
proxy: parentEpml,
|
||||
target: 'visible-plugin',
|
||||
id: 'core-plugin' // self id for responses, matches that in proxy.html
|
||||
}
|
||||
})
|
Loading…
x
Reference in New Issue
Block a user