[Rt-commit] rt branch, 4.2/ios-homescreen, repushed

Alex Vandiver alexmv at bestpractical.com
Wed Nov 27 17:31:19 EST 2013


The branch 4.2/ios-homescreen was deleted and repushed:
       was a9245a244b5dc675b89c81a314a4a3f89a79209f
       now 615348c761827331f7475658108368afc76c36a2

1:  9ce7450 ! 1:  e4f5629 Hide browser chrome in webclipped RT on iOS devices
    @@ -6,8 +6,8 @@
     --- a/share/html/m/_elements/header
     +++ b/share/html/m/_elements/header
     @@
    - <link rel="stylesheet" type="text/css" href="<%RT->Config->Get('WebPath')|n%>/m/style.css"/>
    - <title><%$title%></title>
    + % my ($jquery) = grep { /^jquery-\d+\./ } RT::Interface::Web->JSFiles;
    + <script src="<% RT->Config->Get('WebPath') %>/static/js/<% $jquery %>"></script>
      <meta name="viewport" content="width=device-width height=device-height user-scalable=yes"/>
     +<meta name="apple-mobile-web-app-capable" content="yes" /> <!-- hide browser chrome in webclipped RT -->
      </head>
2:  d17c6cf < -:  ------- Add an (asstastic) web icon for iOS devices
3:  a9245a2 < -:  ------- Move apple-touch-icon into /NoAuth/images
-:  ------- > 2:  615348c Add an (very simplistic) web icon for iOS devices



More information about the rt-commit mailing list