diff options
Diffstat (limited to 'ext/fg')
-rw-r--r-- | ext/fg/js/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/client.js b/ext/fg/js/client.js index 1f7f7633..1cf1cf6f 100644 --- a/ext/fg/js/client.js +++ b/ext/fg/js/client.js @@ -116,7 +116,7 @@ class Client { displayKanji(kanji) { findKanji(kanji, (results) => { renderText( - {defs: results, root: this.fgRoot}, + {defs: results, root: this.fgRoot, options: this.options}, 'kanji-list.html', (content) => this.popup.setContent(content) ); |