From 596ad57d83035903628723be5c4149781f22f319 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 22 Jan 2013 19:41:34 +0400 Subject: [PATCH] minor edit... Signed-off-by: Alex A. Naanou --- index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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()