Merge pull request #222 from iXit/master
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 11 Oct 2014 10:08:59 +0000 (12:08 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 11 Oct 2014 10:08:59 +0000 (12:08 +0200)
themes/bootstrap: make theme usable on touchscreen

themes/bootstrap/luasrc/view/themes/bootstrap/header.htm

index a49b7d4..12818cb 100644 (file)
@@ -154,7 +154,7 @@ You may obtain a copy of the License at
                 if #grandchildren > 0 then
        %>
         <li class="dropdown">
-            <a class="menu" href="<%=pcdata(href)%>"><%=pcdata(striptags(translate(nnode.title)))%></a>
+            <a class="menu" href="#"><%=pcdata(striptags(translate(nnode.title)))%></a>
             <%- submenu("/" .. category .. "/" .. r .. "/", nnode) %>
         </li>
        <%          else %>