From d85ae48f4e1f93b3818fad9c604f34de7cb79088 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Mon, 5 Mar 2012 00:40:41 +0000
Subject: [PATCH] specify action so that the user will go to the top of the
 page to see the result even if an anchor was specified

---
 apps/routerconsole/jsp/configclients.jsp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/routerconsole/jsp/configclients.jsp b/apps/routerconsole/jsp/configclients.jsp
index 6a700dedaa..9034d909e1 100644
--- a/apps/routerconsole/jsp/configclients.jsp
+++ b/apps/routerconsole/jsp/configclients.jsp
@@ -101,7 +101,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
  </p><p>
  <%=intl._("A web app may also be disabled by removing the .war file from the webapps directory; however the .war file and web app will reappear when you update your router to a newer version, so disabling the web app here is the preferred method.")%>
  </p><div class="wideload">
-<form action="" method="POST">
+<form action="configclients" method="POST">
 <input type="hidden" name="nonce" value="<%=pageNonce%>" >
  <jsp:getProperty name="clientshelper" property="form2" />
  <p><i><%=intl._("All changes require restart to take effect.")%></i>
@@ -125,7 +125,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
 <h3><a name="plugin"></a><%=intl._("Plugin Installation")%></h3><p>
  <%=intl._("To install a plugin, enter the download URL:")%>
  </p><div class="wideload">
-<form action="" method="POST">
+<form action="configclients" method="POST">
 <input type="hidden" name="nonce" value="<%=pageNonce%>" >
 <p>
  <input type="text" size="60" name="pluginURL" >
-- 
GitLab