aboutsummaryrefslogtreecommitdiffstats
path: root/background.html
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-05-02 17:41:29 -0500
committerJesús <heckyel@hyperbola.info>2020-05-02 17:41:29 -0500
commitc9532aa9677a920d46dad57d1fa87c7c20778264 (patch)
tree03e9030299ba9b2ddc05a48aa551dd382e68b7c3 /background.html
parent88e55b7e0c00b529e28c1e65b86ee99254a65dfb (diff)
downloadematrix-c9532aa9677a920d46dad57d1fa87c7c20778264.tar.lz
ematrix-c9532aa9677a920d46dad57d1fa87c7c20778264.tar.xz
ematrix-c9532aa9677a920d46dad57d1fa87c7c20778264.zip
Make utils.js a module
The main difference is that modules share their code within the same session.
Diffstat (limited to 'background.html')
-rw-r--r--background.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/background.html b/background.html
index 350a2d8..399a33a 100644
--- a/background.html
+++ b/background.html
@@ -44,7 +44,6 @@
<script src="js/xal.js"></script>
<script src="js/usersettings.js"></script>
<script src="js/matrix.js"></script>
- <script src="js/utils.js"></script>
<script src="js/assets.js"></script>
<script src="js/httpsb.js"></script>
<script src="js/cookies.js"></script>