themes/freifunk-generic: Don't show js-warnings on Freifunk and Splash pages
This commit is contained in:
parent
655a313479
commit
698f7fde5e
1 changed files with 2 additions and 1 deletions
|
@ -185,10 +185,11 @@ if tree.nodes[category] and tree.nodes[category].ucidata then
|
|||
<div class="clear"></div>
|
||||
</div>
|
||||
<div id="maincontent">
|
||||
<% if category ~= "freifunk" and category ~= "splash" then %>
|
||||
<noscript>
|
||||
<div class="errorbox">
|
||||
<strong><%:Java Script required!%></strong><br />
|
||||
<%:You must enable Java Script in your browser or LuCI will not work properly.%>
|
||||
</div>
|
||||
</noscript>
|
||||
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue