diff options
| -rw-r--r-- | ext/mixed/js/display.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index 364d67d8..dc6f5798 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -265,7 +265,7 @@ class Display {              $('.action-view-note').click(this.onNoteView.bind(this));              $('.action-play-audio').click(this.onAudioPlay.bind(this));              $('.kanji-link').click(this.onKanjiLookup.bind(this)); -            $('.glossary li').click(this.onTermLookup.bind(this)); +            $('.glossary-item').click(this.onTermLookup.bind(this));              await this.adderButtonUpdate(['term-kanji', 'term-kana'], sequence);          } catch (e) { |