diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-07-18 23:07:46 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-07-18 23:07:46 -0700 |
commit | 26e1cc517f6100fe665d8d066729a11fde2cdc26 (patch) | |
tree | 9ac60c586b91180a10d42e5ef2e81bf165ccfa42 /ext/bg/popup.html | |
parent | f6077c4242b83bc10c2ca74be30bea5ff6ab353c (diff) |
refactor
Diffstat (limited to 'ext/bg/popup.html')
-rw-r--r-- | ext/bg/popup.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bg/popup.html b/ext/bg/popup.html index ab2ee1e0..db9097bd 100644 --- a/ext/bg/popup.html +++ b/ext/bg/popup.html @@ -31,6 +31,8 @@ <script src="/mixed/lib/bootstrap-toggle/bootstrap-toggle.min.js"></script> <script src="/mixed/lib/handlebars.min.js"></script> <script src="/bg/js/util.js"></script> + <script src="/bg/js/dictionary.js"></script> + <script src="/mixed/js/japanese.js"></script> <script src="/bg/js/options.js"></script> <script src="/bg/js/popup.js"></script> </body> |