diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-13 21:06:33 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-13 21:06:33 -0800 |
commit | 8fe82573cc456fe1256989e0c3e524590a1a0acf (patch) | |
tree | 08fd34b9a68c26fce82fb0d84c4f00bd3be2ba0d /ext/fg/js/frame.js | |
parent | 11fcc465ac151af7f417acc602b58a04bf019d80 (diff) |
WIP
Diffstat (limited to 'ext/fg/js/frame.js')
-rw-r--r-- | ext/fg/js/frame.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/fg/js/frame.js b/ext/fg/js/frame.js index 4295dbb3..2443f85b 100644 --- a/ext/fg/js/frame.js +++ b/ext/fg/js/frame.js @@ -34,9 +34,9 @@ class Frame { const sequence = ++this.sequence; const context = { definitions, - grouped: options.groupTermResults, + grouped: options.general.groupResults, addable: options.ankiMethod !== 'disabled', - playback: options.enableAudioPlayback + playback: options.general.audioPlayback }; this.definitions = definitions; |