i2psnark: Don't lose sort param when hiding peers

This commit is contained in:
zzz
2015-06-02 21:04:12 +00:00
parent 8a69dc0a97
commit 0762715264

View File

@ -457,6 +457,7 @@ public class I2PSnarkServlet extends BasicServlet {
out.write(" <a href=\"" + _contextPath + '/');
if (peerParam != null) {
// disable peer view
out.write(getQueryString(req, "", null, null));
out.write("\">");
tx = _("Hide Peers");
out.write(toThemeImg("hidepeers", tx, tx));