From f33479dab87b7e34692201db1c1016e4ffa7c990 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 7 Nov 2010 14:43:15 +0100 Subject: part of #276: determine if the url contents are html --- functions.js | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.js') 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: -- cgit v1.2.3