1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 06:41:29 +00:00

block unsubscribe requests for virtual feeds

This commit is contained in:
Andrew Dolgov
2009-01-18 10:32:45 +01:00
parent bb81a1f367
commit 810b156135
3 changed files with 13 additions and 23 deletions

View File

@@ -562,6 +562,11 @@ function quickMenuGo(opid) {
return;
}
if (actid <= 0) {
alert(__("You can't unsubscribe from this kind of feed."));
return;
}
if (!actid) {
alert(__("Please select some feed first."));
return;