diff options
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 8393e58c..1f7f7633 100644 --- a/ext/fg/js/client.js +++ b/ext/fg/js/client.js @@ -105,7 +105,7 @@ class Client { } else { range.setLength(length); renderText( - {defs: results, root: this.fgRoot}, + {defs: results, root: this.fgRoot, options: this.options}, 'term-list.html', (content) => this.showPopup(range, content) ); |