From b8df9896e643c772253749a335b2abf0daa7a282 Mon Sep 17 00:00:00 2001 From: siikamiika Date: Thu, 1 Aug 2019 02:20:09 +0300 Subject: allow looking up terms from within terms resolves #167, resolves #139, resolves #75, resolves #151 --- ext/mixed/js/display.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mixed') diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index 43eb93c1..364d67d8 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -265,6 +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)); await this.adderButtonUpdate(['term-kanji', 'term-kana'], sequence); } catch (e) { -- cgit v1.2.3