From 92f3bcaecc9143f7933b9ba10052ed9d37eeb288 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 1 Jan 2007 12:55:14 +0100 Subject: block feed editor dialog for tags, labels and such --- tt-rss.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tt-rss.js b/tt-rss.js index 533dd4f13..66f6bff3d 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -580,6 +580,11 @@ function editFeedDlg(feed) { return; } + if (feed <= 0 || active_feed_is_cat || tagsAreDisplayed()) { + alert("You can't edit this kind of feed."); + return; + } + if (xmlhttp_ready(xmlhttp)) { xmlhttp.open("GET", "backend.php?op=pref-feeds&subop=editfeed&id=" + param_escape(feed), true); -- cgit v1.2.3