summaryrefslogtreecommitdiff
path: root/www/js/menu.js
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-06-29 13:20:49 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-06-29 13:20:49 -0400
commit182fb2db03e5c4bfd1ca42e9d32aa162abad6e68 (patch)
tree10bc2f9e15ead2768cbb8bd8e1805b61b0fb2ecb /www/js/menu.js
parentfcf62890c9abb994fd2534a44de66def114575da (diff)
downloadhtml5ks-182fb2db03e5c4bfd1ca42e9d32aa162abad6e68.tar.xz
html5ks-182fb2db03e5c4bfd1ca42e9d32aa162abad6e68.zip
do stuff
Diffstat (limited to 'www/js/menu.js')
-rw-r--r--www/js/menu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/menu.js b/www/js/menu.js
index 573dd8d..589ae41 100644
--- a/www/js/menu.js
+++ b/www/js/menu.js
@@ -38,7 +38,7 @@
this.elements.main.start.addEventListener("click", function () {
if (this._imachine_loaded) {
this.elements.mainMenu.style.display = "none";
- html5ks.api.iscene("en_NOP1").then(this.mainMenu.bind(this));
+ html5ks.imachine.start().then(this.mainMenu.bind(this));
}
}.bind(this), false);
this.elements.main.optionsButton.addEventListener("click", function () {