From 36e9a332dfe8ea60f0149100ff990f9c5e58b449 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 3 May 2016 22:18:03 -0700 Subject: WIP --- ext/fg/js/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fg') 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) ); -- cgit v1.2.3