summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorChristian Weiske <[email protected]>2010-11-07 14:43:15 +0100
committerAndrew Dolgov <[email protected]>2010-11-08 23:30:10 +0300
commitf33479dab87b7e34692201db1c1016e4ffa7c990 (patch)
tree8474ff98d45ce1a1e041390ade73bc580d23b577 /functions.js
parent2b8290cd5b71e34904f6f0ce169d2ceaa07c3850 (diff)
part of #276: determine if the url contents are html
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 626a23a89..af18f8383 100644
--- a/functions.js
+++ b/functions.js
@@ -1319,6 +1319,7 @@ function subscribeToFeed() {
}
break;
case 2:
+ case 3:
alert(__("Can't subscribe to the specified URL."));
break;
case 0: