summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-08-22 17:34:40 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-08-22 17:34:40 -0400
commitece6cf9fbfdba9dac8d7bf98516a840c955a4853 (patch)
tree86478f244de72fef10480ac347cf5be9112926eb /www
parent922245cf8843dd0b81d3b46aa0fa113de8a49e84 (diff)
downloadhtml5ks-ece6cf9fbfdba9dac8d7bf98516a840c955a4853.tar.xz
html5ks-ece6cf9fbfdba9dac8d7bf98516a840c955a4853.zip
fix unindexed char name
Diffstat (limited to 'www')
-rw-r--r--www/js/api.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/api.js b/www/js/api.js
index 25e2f4f..a7b06d8 100644
--- a/www/js/api.js
+++ b/www/js/api.js
@@ -317,7 +317,7 @@ window.html5ks.api = {
if (!char) {
char = {
- name: name
+ name: charName
};
}
if (typeof char.what_prefix === "undefined") {