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
1 changed files with 1 additions and 1 deletions

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