From b1e211b258bfd7b3974b35432233a7caac024e25 Mon Sep 17 00:00:00 2001 From: lotus Date: Sat, 13 Dec 2008 12:04:08 +0000 Subject: [PATCH] no error-alert: http://forum.yacy-websuche.de/viewtopic.php?t=1639 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5391 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/js/rss2.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htroot/js/rss2.js b/htroot/js/rss2.js index 68387d648..e2f5f5ba6 100755 --- a/htroot/js/rss2.js +++ b/htroot/js/rss2.js @@ -161,7 +161,8 @@ function processRSS() { } } else - alert("Error code " + xhr.status + " received: " + xhr.statusText); + //alert("Error code " + xhr.status + " received: " + xhr.statusText); + return false; } }