diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-07-25 20:07:54 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-07-25 20:07:54 -0700 |
commit | f88f8dc97fa4baa354a7e04c125dd6968a22c85f (patch) | |
tree | d8e6cb61234aa5bb5b55e329fad764933062657e /ext/bg/js/yomichan.js | |
parent | d26ecab0b521e8da19c01521e5a5a3e3ada331eb (diff) |
Sentence and URL support
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r-- | ext/bg/js/yomichan.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js index bf277a2f..6aca4b5d 100644 --- a/ext/bg/js/yomichan.js +++ b/ext/bg/js/yomichan.js @@ -171,7 +171,9 @@ class Yomichan { 'kunyomi', 'onyomi', 'reading', + 'sentence', 'tags', + 'url', ]; for (let tag of tags) { |