aboutsummaryrefslogtreecommitdiff
path: root/html/display-panel.html
diff options
context:
space:
mode:
authorWojtek Kosior <wk@koszkonutek-tmp.pl.eu.org>2021-05-12 16:00:09 +0200
committerWojtek Kosior <wk@koszkonutek-tmp.pl.eu.org>2021-05-12 16:00:09 +0200
commit7f368d46ea06164da025c1ac4ed9a65ad23b25ef (patch)
treee5b740ebcb3cdc58e9c87f25556c20d8bfdccadd /html/display-panel.html
parent89db6823fae5099816732c3cd2ba39700c1c4607 (diff)
downloadbrowser-extension-7f368d46ea06164da025c1ac4ed9a65ad23b25ef.tar.gz
browser-extension-7f368d46ea06164da025c1ac4ed9a65ad23b25ef.zip
stop using js modules
Diffstat (limited to 'html/display-panel.html')
-rw-r--r--html/display-panel.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/html/display-panel.html b/html/display-panel.html
index 9c8de5e..4adeb53 100644
--- a/html/display-panel.html
+++ b/html/display-panel.html
@@ -6,6 +6,7 @@
</head>
<body>
<button id="settings_but" type="button">Settings</button>
- <script src="./display-panel.mjs" type="module"></script>
+ <script src="/common/browser.js"></script>
+ <script src="./display-panel.js"></script>
</body>
</html>