diff options
Diffstat (limited to 'ext/mixed/js')
| -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 860a3e43..f9467573 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -76,7 +76,7 @@ class Display {                  }).catch(this.handleError.bind(this));              }); -            return this.adderButtonsUpdate(['term_kanji', 'term_kana'], sequence); +            return this.adderButtonsUpdate(['term-kanji', 'term-kana'], sequence);          }).catch(this.handleError.bind(this));      } |