aboutsummaryrefslogtreecommitdiff
path: root/ext/background.html
diff options
context:
space:
mode:
Diffstat (limited to 'ext/background.html')
-rw-r--r--ext/background.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/background.html b/ext/background.html
index dc88f397..92e68c34 100644
--- a/ext/background.html
+++ b/ext/background.html
@@ -12,14 +12,12 @@
<link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
<link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
<link rel="stylesheet" type="text/css" href="/css/background.css">
+ <script src="/js/background/background-main.js" type="module"></script>
</head>
<body>
<textarea id="clipboard-paste-target"></textarea>
-<!-- Scripts -->
-<script src="/js/background/background-main.js" type="module"></script>
-
<!--
Due to a Firefox bug, this next element is purposefully terminated incorrectly.
This element must appear directly inside the <body> element, and it must not be closed properly.