summaryrefslogtreecommitdiff
path: root/www/js/html5ks.js
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-01-01 19:02:34 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-01-01 19:02:34 -0500
commit1718523367e147e240cd6e9fe2c888491d102897 (patch)
tree15ee0cc2db954f9694df134f6cfbb035a8893f22 /www/js/html5ks.js
parent902180ba926905f6002739919c4a814633ed3474 (diff)
downloadhtml5ks-1718523367e147e240cd6e9fe2c888491d102897.tar.xz
html5ks-1718523367e147e240cd6e9fe2c888491d102897.zip
Implement French UI.
Diffstat (limited to 'www/js/html5ks.js')
-rw-r--r--www/js/html5ks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/html5ks.js b/www/js/html5ks.js
index 82cdfa3..59bd940 100644
--- a/www/js/html5ks.js
+++ b/www/js/html5ks.js
@@ -188,7 +188,7 @@ window.html5ks = {
xhr.open("GET", "json/" + name + ".json");
xhr.onload = function () {
html5ks.data[name] = JSON.parse(xhr.responseText);
- deferred.resolve();
+ deferred.resolve(html5ks.data[name]);
};
xhr.send();
}