1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 15:05:56 +00:00

disable old-style label editor call for new labels

This commit is contained in:
Andrew Dolgov
2009-01-18 10:22:52 +01:00
parent 7f0ceeb0e0
commit f11b8a3480

View File

@@ -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;
}