diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-07-06 13:54:41 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-07-06 13:54:41 -0400 |
commit | 0c53d7bff58c105bf9adcc1b692957c4685a7ef6 (patch) | |
tree | 9da66f09e05145fe9ea18faf42db161a56c33849 | |
parent | 5af3844e12f4d593cca50d8a3cdcc842a3ffb0cf (diff) |
Remove tap-delay fixer
-rw-r--r-- | _layouts/master.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/_layouts/master.html b/_layouts/master.html index df9f165..74ccd11 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -130,19 +130,6 @@ </footer> </div> - <script type="text/javascript"> - if (window.Touch) { - var es = document.getElementsByTagName('a'); - for (var i = 0; i < es.length; i++) { - es[i].addEventListener('touchstart', function() { - if (this.href !== window.location.href) { - window.location.href = this.href; - } - }); - } - } - </script> - <!-- Analytics --> <script type="text/javascript"> var clicky_site_ids = clicky_site_ids || []; |