diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-05-03 22:18:03 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-05-03 22:18:03 -0700 |
commit | 36e9a332dfe8ea60f0149100ff990f9c5e58b449 (patch) | |
tree | ded3ef6a25945734633fd65b708ed30fac6b263e /ext/fg/js/client.js | |
parent | 8926eeab4501724ce4627ae9cff97963f2bd2b72 (diff) |
WIP
Diffstat (limited to 'ext/fg/js/client.js')
-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) ); |