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:
committed by
Andrew Dolgov
parent
f6d8345b01
commit
9a8ce9561d
@@ -1322,6 +1322,7 @@ function subscribeToFeed() {
|
||||
break;
|
||||
case 2:
|
||||
case 3:
|
||||
case 4:
|
||||
alert(__("Can't subscribe to the specified URL."));
|
||||
break;
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user