From f11b8a3480f3f72b6396f0a9e6e1c1d3aaf30543 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 Jan 2009 10:22:52 +0100 Subject: disable old-style label editor call for new labels --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.js') 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; } -- cgit v1.2.3