themes/bootstrap: make theme usable on touchscreen
When using this theme on touchscreen, after selecting menu it won't allow me select submenu selection. It directly start loading menu section (unnecessary, because it's always first link in subsection). It work only at moment, when you are really fast, which is annoying. Signed-off-by: David Heidelberger <david.heidelberger@ixit.cz>
This commit is contained in:
parent
bb388f0873
commit
65dbd8527d
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue