mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 22:51:28 +00:00
disable old-style label editor call for new labels
This commit is contained in:
@@ -792,7 +792,7 @@ function editFeedDlg(feed) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((feed <= 0 && feed > -10) || activeFeedIsCat() || tagsAreDisplayed()) {
|
if ((feed <= 0) || activeFeedIsCat() || tagsAreDisplayed()) {
|
||||||
alert(__("You can't edit this kind of feed."));
|
alert(__("You can't edit this kind of feed."));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user