aboutsummaryrefslogtreecommitdiff
path: root/ext/bg
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-08-13 20:50:43 -0700
committerAlex Yatskov <alex@foosoft.net>2017-08-13 20:50:43 -0700
commita202817b987e0af82607d814f775bde26947747a (patch)
tree1035dbe2acaf395910a59f0b9cead3327e636df2 /ext/bg
parent3ca28a93746ed0860bf19ede83e3e9bac979bfb5 (diff)
wip
Diffstat (limited to 'ext/bg')
-rw-r--r--ext/bg/popup.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/bg/popup.html b/ext/bg/popup.html
index 4113b008..60253d6f 100644
--- a/ext/bg/popup.html
+++ b/ext/bg/popup.html
@@ -35,8 +35,9 @@
<script src="/bg/js/api.js"></script>
<script src="/bg/js/dictionary.js"></script>
<script src="/bg/js/options.js"></script>
- <script src="/bg/js/popup.js"></script>
<script src="/mixed/js/japanese.js"></script>
<script src="/mixed/js/request.js"></script>
+
+ <script src="/bg/js/popup.js"></script>
</body>
</html>