luci-app-statistics: remove non-functional links from graphs
[project/luci.git] / applications / luci-app-statistics / luasrc / view / public_statistics / graph.htm
index ebc78ba..85a20d9 100644 (file)
@@ -29,9 +29,7 @@
 
 <div style="text-align: center">
        <% for i, img in ipairs(images) do %>
-               <% if is_index then %><a href="<%=pcdata(images[img])%>"><% end %>
                <img src="<%=REQUEST_URI%>?img=<%=img%>&#38;host=<%=current_host%>" />
-               <% if is_index then %></a><% end %>
                <br />
        <% end %>
 </div>