1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:45:56 +00:00

add another status code to subscribe_to_feed to prevent the frontend to do double work (refs #276)

This commit is contained in:
Christian Weiske
2010-11-09 08:09:10 +01:00
committed by Andrew Dolgov
parent f6d8345b01
commit 9a8ce9561d
2 changed files with 8 additions and 2 deletions

View File

@@ -1322,6 +1322,7 @@ function subscribeToFeed() {
break;
case 2:
case 3:
case 4:
alert(__("Can't subscribe to the specified URL."));
break;
case 0: