diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-14 09:32:45 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-14 09:33:21 -0500 |
commit | fd81c33c904ac13e66a1c6f945be05f8b4599b9e (patch) | |
tree | c76d14f5500c5104a636deb06196abccc4b478f0 /www/index.html | |
parent | c6c9555cfae6012cdc6581e0ac0fd0d1fd140f7b (diff) | |
download | html5ks-fd81c33c904ac13e66a1c6f945be05f8b4599b9e.tar.xz html5ks-fd81c33c904ac13e66a1c6f945be05f8b4599b9e.zip |
Add fastclick
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 11 |
1 files changed, 6 insertions, 5 deletions
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> |