summaryrefslogtreecommitdiff
path: root/www/js/html5ks.js
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-08-03 16:21:37 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-08-03 16:35:16 -0400
commitd47fade7099b96fdabb3a5fd3d6196b9a66ce49e (patch)
tree687ac3a3af17007c71263c468e6b5bcd2bd9d6d7 /www/js/html5ks.js
parente3e9a0947a2b04348cc9b77aff054960485b4393 (diff)
downloadhtml5ks-d47fade7099b96fdabb3a5fd3d6196b9a66ce49e.tar.xz
html5ks-d47fade7099b96fdabb3a5fd3d6196b9a66ce49e.zip
fix stuff
Diffstat (limited to 'www/js/html5ks.js')
-rw-r--r--www/js/html5ks.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/html5ks.js b/www/js/html5ks.js
index 4f54844..ab50cea 100644
--- a/www/js/html5ks.js
+++ b/www/js/html5ks.js
@@ -134,6 +134,8 @@ window.html5ks = {
window.onresize = html5ks.scale;
this.elements.container.addEventListener("mouseup", function (e) {
if (html5ks.state.status === "scene") {
+ html5ks.api.speed("skip", false);
+ html5ks.api.speed("auto", false);
switch (e.button) {
case 0:
html5ks.next();