aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/popup.html')
-rw-r--r--ext/bg/popup.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/ext/bg/popup.html b/ext/bg/popup.html
index 26c0f0bb..4113b008 100644
--- a/ext/bg/popup.html
+++ b/ext/bg/popup.html
@@ -27,13 +27,16 @@
<button type="button" id="open-help" title="Help" class="btn btn-default btn-xs glyphicon glyphicon-question-sign"></button>
</div>
</p>
+
<script src="/mixed/lib/jquery.min.js"></script>
<script src="/mixed/lib/bootstrap-toggle/bootstrap-toggle.min.js"></script>
<script src="/mixed/lib/handlebars.min.js"></script>
+
+ <script src="/bg/js/api.js"></script>
<script src="/bg/js/dictionary.js"></script>
- <script src="/mixed/js/request.js"></script>
- <script src="/mixed/js/japanese.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>
</body>
</html>