Skip to content

Commit

Permalink
Console: Fix sidebar not immediately showing results of /configsideba…
Browse files Browse the repository at this point in the history
…r changes
  • Loading branch information
zzzi2p committed Dec 2, 2023
1 parent 1c4d425 commit 97a8f52
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/routerconsole/jsp/configsidebar.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ input.default {
}
</style>
<%@include file="summaryajax.jsi" %>
<%
if ("POST".equals(request.getMethod())) {
// refresh the sidebar after page loads
%>
<script src="/js/configupdate.js?<%=net.i2p.CoreVersion.VERSION%>" type="text/javascript"></script>
<%
}
%>
</head><body>
<%@include file="summary.jsi" %>
<h1><%=intl._t("Configuration")%></h1>
Expand Down

0 comments on commit 97a8f52

Please sign in to comment.