aboutsummaryrefslogtreecommitdiff
path: root/ext/info.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2024-02-18 09:27:16 -0500
committerGitHub <noreply@github.com>2024-02-18 14:27:16 +0000
commit65fa65fc7765bc9a6557d3ce6f8bdcef5b5e0cf7 (patch)
tree4e91bc8ec3e0dadbabe3e3d4c6c92d2b6f9fd2a5 /ext/info.html
parentcfc65c31313731dfa0d36c2eceaca35e9d50992f (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/info.html')
-rw-r--r--ext/info.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/info.html b/ext/info.html
index cb80053d..0d81fc15 100644
--- a/ext/info.html
+++ b/ext/info.html
@@ -13,6 +13,7 @@
<link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
<link rel="stylesheet" type="text/css" href="/css/material.css">
<link rel="stylesheet" type="text/css" href="/css/settings.css">
+ <script src="/js/pages/info-main.js" type="module"></script>
</head>
<body>
@@ -59,8 +60,5 @@
<div class="content-right"></div>
</div></div>
-<!-- Scripts -->
-<script src="/js/pages/info-main.js" type="module"></script>
-
</body>
</html>