forked from I2P_Developers/i2p.i2p
i2psnark: Don't lose sort param when hiding peers
This commit is contained in:
@ -457,6 +457,7 @@ public class I2PSnarkServlet extends BasicServlet {
|
|||||||
out.write(" <a href=\"" + _contextPath + '/');
|
out.write(" <a href=\"" + _contextPath + '/');
|
||||||
if (peerParam != null) {
|
if (peerParam != null) {
|
||||||
// disable peer view
|
// disable peer view
|
||||||
|
out.write(getQueryString(req, "", null, null));
|
||||||
out.write("\">");
|
out.write("\">");
|
||||||
tx = _("Hide Peers");
|
tx = _("Hide Peers");
|
||||||
out.write(toThemeImg("hidepeers", tx, tx));
|
out.write(toThemeImg("hidepeers", tx, tx));
|
||||||
|
Reference in New Issue
Block a user