diff --git a/applications/luci-app-commands/luasrc/view/commands.htm b/applications/luci-app-commands/luasrc/view/commands.htm index 28b7701faf..ff82eac47a 100644 --- a/applications/luci-app-commands/luasrc/view/commands.htm +++ b/applications/luci-app-commands/luasrc/view/commands.htm @@ -109,10 +109,10 @@ { var prefix = location.protocol + '//' + location.host + '<%=url('command')%>/'; var suffix = (args ? '/' + args : ''); - + var link = prefix + id + suffix; var link_nodownload = prefix + id + "s" + suffix; - + legend.style.display = 'none'; output.parentNode.style.display = 'block'; output.innerHTML = String.format( @@ -156,10 +156,10 @@

<%:Arguments:%>

<% end %>
- - + + <% if command.public == "1" then %> - + <% end %>