diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2024-02-18 09:27:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-18 14:27:16 +0000 |
commit | 65fa65fc7765bc9a6557d3ce6f8bdcef5b5e0cf7 (patch) | |
tree | 4e91bc8ec3e0dadbabe3e3d4c6c92d2b6f9fd2a5 /ext/offscreen.html | |
parent | cfc65c31313731dfa0d36c2eceaca35e9d50992f (diff) |
Application main updates (#708)
* Move waitForBackendReady
* Add option to wait for DOM before running main
* Move script load to be earlier
Diffstat (limited to 'ext/offscreen.html')
-rw-r--r-- | ext/offscreen.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/offscreen.html b/ext/offscreen.html index afb7eb44..06b582e1 100644 --- a/ext/offscreen.html +++ b/ext/offscreen.html @@ -12,14 +12,12 @@ <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128"> <link rel="stylesheet" type="text/css" href="/css/background.css"> + <script src="/js/background/offscreen-main.js" type="module"></script> </head> <body> <textarea id="clipboard-paste-target"></textarea> -<!-- Scripts --> -<script src="/js/background/offscreen-main.js" type="module"></script> - <!-- Due to a Firefox bug, this next element is purposefully terminated incorrectly. This element must appear directly inside the <body> element, and it must not be closed properly. |