I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 76925fa3 authored by zzz's avatar zzz
Browse files

console: add debug link if advanced config is set

parent e498e211
No related branches found
No related tags found
No related merge requests found
...@@ -252,6 +252,8 @@ public class SummaryBarRenderer { ...@@ -252,6 +252,8 @@ public class SummaryBarRenderer {
.append(_("Addressbook")) .append(_("Addressbook"))
.append("</a>\n"); .append("</a>\n");
if (_context.getBooleanProperty(HelperBase.PROP_ADVANCED))
buf.append("<a href=\"/debug\">Debug</a>\n");
File javadoc = new File(_context.getBaseDir(), "docs/javadoc/index.html"); File javadoc = new File(_context.getBaseDir(), "docs/javadoc/index.html");
if (javadoc.exists()) if (javadoc.exists())
buf.append("<a href=\"/javadoc/index.html\" target=\"_blank\">Javadoc</a>\n"); buf.append("<a href=\"/javadoc/index.html\" target=\"_blank\">Javadoc</a>\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment