]> git.wh0rd.org - tt-rss.git/commitdiff
disable old-style label editor call for new labels
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 18 Jan 2009 09:22:52 +0000 (10:22 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 18 Jan 2009 09:22:52 +0000 (10:22 +0100)
tt-rss.js

index bac3fd9d617d2f9ae4a7ac4e0deae2da84327bb2..7c5f8e0860609b3333c1cf9b3d7eb2007e40c828 100644 (file)
--- 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;
                }