From 9a8ce9561dafe155f282ddb2e78d6a6730b8863a Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 9 Nov 2010 08:09:10 +0100 Subject: add another status code to subscribe_to_feed to prevent the frontend to do double work (refs #276) --- functions.js | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.js') diff --git a/functions.js b/functions.js index ae7ecee35..62ecd135d 100644 --- a/functions.js +++ b/functions.js @@ -1322,6 +1322,7 @@ function subscribeToFeed() { break; case 2: case 3: + case 4: alert(__("Can't subscribe to the specified URL.")); break; case 0: -- cgit v1.2.3