summaryrefslogtreecommitdiff
path: root/ext/mixed
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-03-04 19:53:28 -0800
committerAlex Yatskov <alex@foosoft.net>2017-03-04 19:53:28 -0800
commite799aa5e5f7dd526214b8e55de86f525cefec3ee (patch)
tree03d7dc0644bbac88361b6c665947f34ccdaf499d /ext/mixed
parent7269583547cb379a413496946abce145703b2b8a (diff)
cleanup
Diffstat (limited to 'ext/mixed')
-rw-r--r--ext/mixed/img/add-kanji.png (renamed from ext/mixed/img/add_kanji.png)bin733 -> 733 bytes
-rw-r--r--ext/mixed/img/add-term-kana.png (renamed from ext/mixed/img/add_term_kana.png)bin286 -> 286 bytes
-rw-r--r--ext/mixed/img/add-term-kanji.png (renamed from ext/mixed/img/add_term_kanji.png)bin733 -> 733 bytes
-rw-r--r--ext/mixed/img/play-audio.png (renamed from ext/mixed/img/play_audio.png)bin610 -> 610 bytes
-rw-r--r--ext/mixed/js/display.js2
5 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/img/add_kanji.png b/ext/mixed/img/add-kanji.png
index 6332fefe..6332fefe 100644
--- a/ext/mixed/img/add_kanji.png
+++ b/ext/mixed/img/add-kanji.png
Binary files differ
diff --git a/ext/mixed/img/add_term_kana.png b/ext/mixed/img/add-term-kana.png
index 41ff8335..41ff8335 100644
--- a/ext/mixed/img/add_term_kana.png
+++ b/ext/mixed/img/add-term-kana.png
Binary files differ
diff --git a/ext/mixed/img/add_term_kanji.png b/ext/mixed/img/add-term-kanji.png
index 6332fefe..6332fefe 100644
--- a/ext/mixed/img/add_term_kanji.png
+++ b/ext/mixed/img/add-term-kanji.png
Binary files differ
diff --git a/ext/mixed/img/play_audio.png b/ext/mixed/img/play-audio.png
index 6056d234..6056d234 100644
--- a/ext/mixed/img/play_audio.png
+++ b/ext/mixed/img/play-audio.png
Binary files differ
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));
}