diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-11 12:08:59 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-11 12:08:59 +0200 |
commit | 7d9283845820ce40352a7530ae8499feca72dc46 (patch) | |
tree | c888114df750fa34adc16371f756a909499c9d99 | |
parent | 52326c28efacd6b6eadaf7bab72b8ec633192a00 (diff) | |
parent | 65dbd8527d628a5f76319bbfb0d13fc8a009840b (diff) |
Merge pull request #222 from iXit/master
themes/bootstrap: make theme usable on touchscreen
-rw-r--r-- | themes/bootstrap/luasrc/view/themes/bootstrap/header.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm b/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm index a49b7d407..12818cbc5 100644 --- a/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm +++ b/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm @@ -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 %> |