diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-07-24 22:44:19 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-07-24 22:44:19 -0700 |
commit | eed630e9fa3c62610bda356e9c76393e70c1a08c (patch) | |
tree | f62eef3ee1c24d3ec89fa6192941a7f6e4e1557b /ext/bg/popup.html | |
parent | 32680c58b895e4c781cfb2f51a97fbff42e111b0 (diff) |
cleanup
Diffstat (limited to 'ext/bg/popup.html')
-rw-r--r-- | ext/bg/popup.html | 7 |
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> |