From: Michael J. Rubinsky Date: Sat, 8 Jan 2011 01:07:17 +0000 (-0500) Subject: Add todo and commented out code for what this is supposed to do X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7c2f556963aa1d63f225b315add4524c01986ac9;p=horde.git Add todo and commented out code for what this is supposed to do --- diff --git a/ansel/lib/Application.php b/ansel/lib/Application.php index c35d20be8..ad7df5276 100644 --- a/ansel/lib/Application.php +++ b/ansel/lib/Application.php @@ -245,6 +245,13 @@ class Ansel_Application extends Horde_Registry_Application '$(window.document).bind("mobileinit", function() { $.mobile.page.prototype.options.backBtnText = "' . _("Back") .'"; $.mobile.loadingMessage = "' . _("loading") . '"; + // TODO: Figure out how to force load the gallerylist page.. + // this does not work + //$("#imageview").live("pagebeforeshow", function() { + // if (!AnselMobile.currentImage) { + // $.mobile.changePage("gallerylist", "slide", false, true); + // } + //}); });' ); }