From fd81c33c904ac13e66a1c6f945be05f8b4599b9e Mon Sep 17 00:00:00 2001
From: Alex Xu <alex_y_xu@yahoo.ca>
Date: Tue, 14 Jan 2014 09:32:45 -0500
Subject: Add fastclick

---
 www/index.html | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

(limited to 'www/index.html')

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 @@
     <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
     <title class="window_name">Katawa Shoujo</title>
     <script>
-        window.define = function(factory) {
-            try{ delete window.define; } catch(e){ window.define = void 0; } // IE
-            window.when = factory();
-        };
-        window.define.amd = {};
+      window.define = function(factory) {
+          try{ delete window.define; } catch(e){ window.define = void 0; } // IE
+          window.when = factory();
+      };
+      window.define.amd = {};
     </script>
     <link rel="shortcut icon" type="image/png" href="dump/ui/icon.png">
     <link rel="apple-touch-icon" href="dump/ui/icon.png">
     <link rel="stylesheet" type="text/css" href="css/anim.css">
     <link rel="stylesheet" type="text/css" href="css/index.css">
     <script src="js/lib/when/when.js"></script>
+    <script src="js/lib/fastclick/lib/fastclick.js"></script>
     <script src="js/lib/modernizr-build.js"></script>
     <script src="js/all.min.js"></script>
   </head>
-- 
cgit v1.2.3-70-g09d2