From f88f8dc97fa4baa354a7e04c125dd6968a22c85f Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 25 Jul 2016 20:07:54 -0700 Subject: Sentence and URL support --- ext/bg/js/yomichan.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/bg/js') 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) { -- cgit v1.2.3