diff options
Diffstat (limited to 'ext/mixed')
-rw-r--r-- | ext/mixed/img/add-kanji.png (renamed from ext/mixed/img/add_kanji.png) | bin | 733 -> 733 bytes | |||
-rw-r--r-- | ext/mixed/img/add-term-kana.png (renamed from ext/mixed/img/add_term_kana.png) | bin | 286 -> 286 bytes | |||
-rw-r--r-- | ext/mixed/img/add-term-kanji.png (renamed from ext/mixed/img/add_term_kanji.png) | bin | 733 -> 733 bytes | |||
-rw-r--r-- | ext/mixed/img/play-audio.png (renamed from ext/mixed/img/play_audio.png) | bin | 610 -> 610 bytes | |||
-rw-r--r-- | ext/mixed/js/display.js | 2 |
5 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/img/add_kanji.png b/ext/mixed/img/add-kanji.png Binary files differindex 6332fefe..6332fefe 100644 --- a/ext/mixed/img/add_kanji.png +++ b/ext/mixed/img/add-kanji.png diff --git a/ext/mixed/img/add_term_kana.png b/ext/mixed/img/add-term-kana.png Binary files differindex 41ff8335..41ff8335 100644 --- a/ext/mixed/img/add_term_kana.png +++ b/ext/mixed/img/add-term-kana.png diff --git a/ext/mixed/img/add_term_kanji.png b/ext/mixed/img/add-term-kanji.png Binary files differindex 6332fefe..6332fefe 100644 --- a/ext/mixed/img/add_term_kanji.png +++ b/ext/mixed/img/add-term-kanji.png diff --git a/ext/mixed/img/play_audio.png b/ext/mixed/img/play-audio.png Binary files differindex 6056d234..6056d234 100644 --- a/ext/mixed/img/play_audio.png +++ b/ext/mixed/img/play-audio.png 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)); } |