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/settings.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/settings.html')
-rw-r--r-- | ext/settings.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/settings.html b/ext/settings.html index fc447c29..ecb84a24 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -14,6 +14,7 @@ <link rel="stylesheet" type="text/css" href="/css/material.css"> <link rel="stylesheet" type="text/css" href="/css/settings.css"> <link rel="stylesheet" type="text/css" href="/css/display-pronunciation.css"> + <script src="/js/pages/settings/settings-main.js" type="module"></script> </head> <body> @@ -3431,9 +3432,5 @@ </div> </div></div> - -<!-- Scripts --> -<script src="/js/pages/settings/settings-main.js" type="module"></script> - </body> </html> |