summaryrefslogtreecommitdiff
path: root/www/js/html5ks.js
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-08 08:47:33 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-08 08:47:33 -0500
commit47413d2a30f31d977529610f4ec8f5567d004fde (patch)
treee22a30434789335de89c4c417ae116dca654c151 /www/js/html5ks.js
parent856d6bb61e6c190a367aca0fcf6ac3438c71f079 (diff)
downloadhtml5ks-47413d2a30f31d977529610f4ec8f5567d004fde.tar.xz
html5ks-47413d2a30f31d977529610f4ec8f5567d004fde.zip
more stuff
Diffstat (limited to 'www/js/html5ks.js')
-rw-r--r--www/js/html5ks.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/www/js/html5ks.js b/www/js/html5ks.js
index 2e093e1..338ea9b 100644
--- a/www/js/html5ks.js
+++ b/www/js/html5ks.js
@@ -168,13 +168,6 @@ window.html5ks = {
this.menu.init();
},
start: function () {
- this.fetch("json", "script").then(function (d) {
- for (var k in d) {
- if (k.slice(0, 3) === (html5ks.persistent.language === "en" ? "fr_" : "en_")) {
- delete d[k];
- }
- }
- }, console.error);
html5ks.api.movie_cutscene("4ls", true).then(function () {
html5ks.menu.mainMenu();
}, console.error);