From: Michael J. Rubinsky Date: Sun, 14 Nov 2010 03:09:30 +0000 (-0500) Subject: clean up event binding X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ad4432df85306a715da38a69f22f98b3c4917618;p=horde.git 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. --- 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