diff options
Diffstat (limited to 'ext/bg/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) { |