From e3033beb1f410e813ec472c92bcff3154f59f5cf Mon Sep 17 00:00:00 2001 From: joni Date: Wed, 9 May 2018 11:10:46 -0700 Subject: [PATCH] Fix dead article link. --- tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tips.md b/tips.md index 426f005..ea1a42a 100644 --- a/tips.md +++ b/tips.md @@ -37,6 +37,6 @@ delete Hammer.defaults.cssProps.userSelect; ```` ### "After a tap, also a click is being triggered, I don't want that!" -That click event is also being called a 'ghost click'. I've created a small function to prevent clicks after a touchend. It is heavily inspired from [this article from Ryan Fioravanti](https://developers.google.com/mobile/articles/fast_buttons#ghost). +That click event is also being called a 'ghost click'. I've created a small function to prevent clicks after a touchend. It is heavily inspired from [this article from Ryan Fioravanti](https://web.archive.org/web/20130616015724/https://developers.google.com/mobile/articles/fast_buttons). - https://gist.github.com/jtangelder/361052976f044200ea17