You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2015/03/13 20:36:15 UTC

svn commit: r1666554 - /jmeter/trunk/xdocs/stylesheets/website-style.xsl

Author: fschumacher
Date: Fri Mar 13 19:36:14 2015
New Revision: 1666554

URL: http://svn.apache.org/r1666554
Log:
Correct navigation for iOS. iOS ignores hover class for elements
which have no listener, so we just add one.

Bugzilla Id: 53764

Modified:
    jmeter/trunk/xdocs/stylesheets/website-style.xsl

Modified: jmeter/trunk/xdocs/stylesheets/website-style.xsl
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/website-style.xsl?rev=1666554&r1=1666553&r2=1666554&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/website-style.xsl (original)
+++ jmeter/trunk/xdocs/stylesheets/website-style.xsl Fri Mar 13 19:36:14 2015
@@ -222,7 +222,7 @@
   <!-- Process a menu for the navigation bar -->
   <xsl:template match="menu">
     <ul class="menu">
-      <li>
+      <li onClick="return true">
         <div class="menu-title">
           <xsl:value-of select="@name" />
         </div>