From fd81c33c904ac13e66a1c6f945be05f8b4599b9e Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 14 Jan 2014 09:32:45 -0500 Subject: Add fastclick --- www/index.html | 11 ++++++----- www/js/html5ks.js | 1 + www/js/lib/fastclick | 1 + 3 files changed, 8 insertions(+), 5 deletions(-) create mode 120000 www/js/lib/fastclick (limited to 'www') diff --git a/www/index.html b/www/index.html index dafc342..509f6b5 100644 --- a/www/index.html +++ b/www/index.html @@ -6,17 +6,18 @@ Katawa Shoujo + diff --git a/www/js/html5ks.js b/www/js/html5ks.js index 25b7c23..8c2c679 100644 --- a/www/js/html5ks.js +++ b/www/js/html5ks.js @@ -161,6 +161,7 @@ window.html5ks = { } }, onload: function () { + FastClick.attach(document.body); this.initElements(); this.scale(); this.initEvents(); diff --git a/www/js/lib/fastclick b/www/js/lib/fastclick new file mode 120000 index 0000000..3b8df4c --- /dev/null +++ b/www/js/lib/fastclick @@ -0,0 +1 @@ +../../../fastclick \ No newline at end of file -- cgit v1.2.3-54-g00ecf