summaryrefslogtreecommitdiff
path: root/ext/fg
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-05-03 22:18:03 -0700
committerAlex Yatskov <alex@foosoft.net>2016-05-03 22:18:03 -0700
commit36e9a332dfe8ea60f0149100ff990f9c5e58b449 (patch)
treeded3ef6a25945734633fd65b708ed30fac6b263e /ext/fg
parent8926eeab4501724ce4627ae9cff97963f2bd2b72 (diff)
WIP
Diffstat (limited to 'ext/fg')
-rw-r--r--ext/fg/js/client.js2
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)
);