diff --git a/index.html b/index.html index f619b1d..efbdcce 100755 --- a/index.html +++ b/index.html @@ -549,10 +549,9 @@ $(document).ready(function(){ $('.button.prev-article').swipe({click: prevArticle}) // XXX STUB: for device debugging reasons... - $('.splash') - .swipe({click: function(){ - $('.splash').fadeOut() - }}) + $('.splash').click(function(){ + $('.splash').fadeOut() + }) loadState()