You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by jd...@apache.org on 2013/06/05 18:01:43 UTC

svn commit: r1489940 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html

Author: jdreimann
Date: Wed Jun  5 16:01:43 2013
New Revision: 1489940

URL: http://svn.apache.org/r1489940
Log:
Removes the ability for users to change the zoom into / out of pages on several mobile devices.

Modified:
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html
URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html?rev=1489940&r1=1489939&r2=1489940&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html Wed Jun  5 16:01:43 2013
@@ -28,7 +28,7 @@
   <py:match path="head" once="true"><head>
     <link rel="stylesheet" href="${href.chrome('dashboard/css/bootstrap.css')}" type="text/css" />
     <link rel="stylesheet" href="${href.chrome('dashboard/css/bootstrap-responsive.css')}" type="text/css" />
-    <meta py:if="responsive_layout" name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta py:if="responsive_layout" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
     <title py:with="title = list(select('title/text()'))" py:choose="">
       <py:when test="title">${title}</py:when>
       <py:otherwise>${project.name or 'Apache(TM) Bloodhound'}</py:otherwise>