diff options
Diffstat (limited to 'ext/mixed/js')
| -rw-r--r-- | ext/mixed/js/display.js | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index 07a9f0c1..57c9b882 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -100,6 +100,7 @@ class Display {          const sequence = ++this.sequence;          const params = {              definitions, +            source: context && context.source,              addable: options.anki.enable          }; @@ -118,7 +119,7 @@ class Display {              this.container.html(content);              $('.action-add-note').click(this.onActionAddNote.bind(this)); -            $('.term-source').click(e => { +            $('.source-term').click(e => {                  e.preventDefault();                  if (context && context.source) {  |