summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2019-12-04 23:19:19 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2019-12-04 23:20:03 +0200
commit248b0f15eb7d0fd10d3678a2e5d2f6ddb631309f (patch)
treeb572711071beececa15918e6e0c99b00293d5e03
parentd8935b6aa96ef54263bda439c9ebcc4418b0503f (diff)
remove references to /fg/js/util.js
It doesn't exist
-rw-r--r--ext/bg/search.html1
-rw-r--r--ext/fg/float.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html
index fef30456..58bb9ba8 100644
--- a/ext/bg/search.html
+++ b/ext/bg/search.html
@@ -69,7 +69,6 @@
<script src="/fg/js/api.js"></script>
<script src="/fg/js/document.js"></script>
<script src="/fg/js/source.js"></script>
- <script src="/fg/js/util.js"></script>
<script src="/mixed/js/audio.js"></script>
<script src="/mixed/js/display-context.js"></script>
<script src="/mixed/js/display.js"></script>
diff --git a/ext/fg/float.html b/ext/fg/float.html
index 8cc5a129..67ee50b4 100644
--- a/ext/fg/float.html
+++ b/ext/fg/float.html
@@ -35,7 +35,6 @@
<script src="/mixed/js/dom.js"></script>
<script src="/fg/js/api.js"></script>
- <script src="/fg/js/util.js"></script>
<script src="/fg/js/document.js"></script>
<script src="/fg/js/source.js"></script>
<script src="/mixed/js/audio.js"></script>