diff options
Diffstat (limited to 'ext/fg/js/float-main.js')
-rw-r--r-- | ext/fg/js/float-main.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/fg/js/float-main.js b/ext/fg/js/float-main.js index e7e50a54..20771910 100644 --- a/ext/fg/js/float-main.js +++ b/ext/fg/js/float-main.js @@ -56,5 +56,6 @@ async function popupNestedInitialize(id, depth, parentFrameId, url) { (async () => { apiForwardLogsToBackend(); - new DisplayFloat(); + const display = new DisplayFloat(); + await display.prepare(); })(); |