From ad4432df85306a715da38a69f22f98b3c4917618 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sat, 13 Nov 2010 22:09:30 -0500 Subject: [PATCH] clean up event binding Always bind the swipe events to 'body' since the content role divs won't always be the same size as the visible screen. Bind and unbind the appropriate handlers when pages change. Still need to work out when the *initial* event is triggered for each page. --- kronolith/mobile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/mobile.php b/kronolith/mobile.php index ce6e6a71e..f83bfe819 100644 --- a/kronolith/mobile.php +++ b/kronolith/mobile.php @@ -77,7 +77,7 @@ $today = new Horde_Date($_SERVER['REQUEST_TIME']); -
+

Month

-- 2.11.0