From f0568061f07d9d4f5e02f03071d5cc4704fa0fc1 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 22 Jan 2013 19:28:12 +0400 Subject: [PATCH] minor edit... Signed-off-by: Alex A. Naanou --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index 1ac7de3..0a6216d 100755 --- a/index.html +++ b/index.html @@ -543,6 +543,13 @@ $(document).ready(function(){ $('.button.next-article').swipe({click: nextArticle}) $('.button.prev-article').swipe({click: prevArticle}) + // XXX STUB: for device debugging reasons... + $('.splash') + .swipe({click: function(){ + $('.splash').fadeOut() + }}) + + loadState() togglePageView('on')