diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-06 20:48:36 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-06 20:48:36 -0700 |
commit | 7c9d64e95f19528f4618432ff6fa8632e4027b6f (patch) | |
tree | 83a371bf4a8f64beef711c23b718bb00ad46b573 /ext/bg/background.html | |
parent | 721a4dc661fe85768ebdb57b7d4caa5f9c485372 (diff) |
Options now work
Diffstat (limited to 'ext/bg/background.html')
-rw-r--r-- | ext/bg/background.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html index 6e917561..9f07ef6e 100644 --- a/ext/bg/background.html +++ b/ext/bg/background.html @@ -7,6 +7,7 @@ <script src="js/dictionary.js"></script> <script src="js/deinflector.js"></script> <script src="js/translator.js"></script> + <script src="js/options.js"></script> <script src="js/yomichan.js"></script> </body> </html> |