aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-08-09 13:20:48 -0400
committerGitHub <noreply@github.com>2020-08-09 13:20:48 -0400
commit427cf99b9fb08ac8066fdbcefe5f9069e87aa972 (patch)
tree150408f2649f1b2fcad35604e2f497858141ef56
parente87cc5c37d6ae2f845af7bd28720cb47372589bc (diff)
Remove unused dependencies on context.html (#718)
-rw-r--r--ext/bg/context.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/bg/context.html b/ext/bg/context.html
index 9ed0544f..2fa2f520 100644
--- a/ext/bg/context.html
+++ b/ext/bg/context.html
@@ -49,12 +49,8 @@
<script src="/mixed/js/core.js"></script>
<script src="/mixed/js/yomichan.js"></script>
<script src="/mixed/js/comm.js"></script>
-<script src="/mixed/js/dom.js"></script>
<script src="/mixed/js/api.js"></script>
-<script src="/bg/js/options.js"></script>
-<script src="/bg/js/util.js"></script>
-
<script src="/bg/js/context-main.js"></script>
</body>