summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index bac3fd9d6..7c5f8e086 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -792,7 +792,7 @@ function editFeedDlg(feed) {
return;
}
- if ((feed <= 0 && feed > -10) || activeFeedIsCat() || tagsAreDisplayed()) {
+ if ((feed <= 0) || activeFeedIsCat() || tagsAreDisplayed()) {
alert(__("You can't edit this kind of feed."));
return;
}