diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-13 13:18:54 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-13 13:18:54 +0200 |
commit | c0225f1f844376e5f61222a4d8186a2c914026eb (patch) | |
tree | c24d7b5c069a00e3781f14f7a627a712d05783b6 /ext/fg/js/float.js | |
parent | df37acd17f9459c17185552f11dc4cc424e01958 (diff) |
notify popup about initialization
Diffstat (limited to 'ext/fg/js/float.js')
-rw-r--r-- | ext/fg/js/float.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/fg/js/float.js b/ext/fg/js/float.js index 3766d5a4..8871160f 100644 --- a/ext/fg/js/float.js +++ b/ext/fg/js/float.js @@ -45,6 +45,8 @@ class DisplayFloat extends Display { } this.setContentScale(scale); + + window.parent.postMessage('initialized', '*'); } onError(error) { |