forked from I2P_Developers/i2p.i2p
disable i2psnark retry link until it can be fixed (ticket #575)
This commit is contained in:
@ -2069,9 +2069,11 @@ private static class FetchAndAdd implements Runnable {
|
|||||||
// buf.append("<input type=\"hidden\" name=\"p\" value=\"").append(peerParam).append("\" >\n");
|
// buf.append("<input type=\"hidden\" name=\"p\" value=\"").append(peerParam).append("\" >\n");
|
||||||
buf.append(_("Torrent was not retrieved from {0}", urlify(_url)));
|
buf.append(_("Torrent was not retrieved from {0}", urlify(_url)));
|
||||||
String link = _url.replace("&", "&").replace(" ", "%20").replace(":", "%3A").replace("/", "%2F");
|
String link = _url.replace("&", "&").replace(" ", "%20").replace(":", "%3A").replace("/", "%2F");
|
||||||
|
/**** FIXME ticket #575
|
||||||
buf.append(" - [<a href=\"/i2psnark/?newURL=").append(link).append("#add\" >");
|
buf.append(" - [<a href=\"/i2psnark/?newURL=").append(link).append("#add\" >");
|
||||||
buf.append(_("Retry"));
|
buf.append(_("Retry"));
|
||||||
buf.append("</a>]");
|
buf.append("</a>]");
|
||||||
|
****/
|
||||||
_manager.addMessage(buf.toString());
|
_manager.addMessage(buf.toString());
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
|
Reference in New Issue
Block a user