disable old-style label editor call for new labels

master
Andrew Dolgov 16 years ago
parent 7f0ceeb0e0
commit f11b8a3480

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

Loading…
Cancel
Save