I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a2d6dd2c authored by zzz's avatar zzz
Browse files

disable i2psnark retry link until it can be fixed (ticket #575)

parent 7d6ab5ca
No related branches found
No related tags found
No related merge requests found
...@@ -2069,9 +2069,11 @@ private static class FetchAndAdd implements Runnable { ...@@ -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("&", "&amp;").replace(" ", "%20").replace(":", "%3A").replace("/", "%2F"); String link = _url.replace("&", "&amp;").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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment