summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorChristian Weiske <[email protected]>2010-11-09 08:09:10 +0100
committerAndrew Dolgov <[email protected]>2010-11-10 07:16:10 +0300
commit9a8ce9561dafe155f282ddb2e78d6a6730b8863a (patch)
tree536adb140dc6b5b1f8a3960d7809ed74718c5877 /functions.js
parentf6d8345b0139ac4e86ea11f2183903a387a2a9fe (diff)
add another status code to subscribe_to_feed to prevent the frontend to do double work (refs #276)
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js1
1 files changed, 1 insertions, 0 deletions
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: