[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-513-gc52bbfa

? sunnavy sunnavy at bestpractical.com
Thu Nov 18 09:36:06 EST 2010


The branch, 3.9-trunk has been updated
       via  c52bbfa5a6119e94ebbda5d48c7a22a00001ae40 (commit)
      from  6bb26b4bbad409e0fd111aa2e8aacba3e2d33fdc (commit)

Summary of changes:
 share/html/m/_elements/full_site_link |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit c52bbfa5a6119e94ebbda5d48c7a22a00001ae40
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Nov 18 22:32:35 2010 +0800

    set link to /m/index.html?NotMobile=1 directly to avoid cases where server/browser can't figure it out

diff --git a/share/html/m/_elements/full_site_link b/share/html/m/_elements/full_site_link
index 0d74b4e..13059fc 100644
--- a/share/html/m/_elements/full_site_link
+++ b/share/html/m/_elements/full_site_link
@@ -45,4 +45,4 @@
 %# those contributions and any derivatives thereof.
 %#
 %# END BPS TAGGED BLOCK }}}
-<a id="fullsite" href="<%RT->Config->Get('WebPath')%>/m?NotMobile=1"><&|/l&>Not using a mobile browser?</&></a>
+<a id="fullsite" href="<%RT->Config->Get('WebPath')%>/m/index.html?NotMobile=1"><&|/l&>Not using a mobile browser?</&></a>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list