aboutsummaryrefslogtreecommitdiff
path: root/html/options.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/options.html')
-rw-r--r--html/options.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/html/options.html b/html/options.html
index 921b423..0bce6fc 100644
--- a/html/options.html
+++ b/html/options.html
@@ -170,6 +170,11 @@
</div>
</div>
- <script src="./options_main.mjs" type="module"></script>
+ <script src="/common/connection_types.js"></script>
+ <script src="/common/stored_types.js"></script>
+ <script src="/common/once.js"></script>
+ <script src="/common/browser.js"></script>
+ <script src="/common/storage_client.js"></script>
+ <script src="./options_main.js"></script>
</body>
</html>