1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-02 04:39:16 +00:00

catchup for tags

This commit is contained in:
Andrew Dolgov
2005-11-23 17:58:26 +01:00
parent ee2c305003
commit 7eec90cf63
3 changed files with 16 additions and 3 deletions

View File

@@ -90,12 +90,12 @@ function viewfeed(feed, skip, subop, doc) {
disableContainerChildren("headlinesToolbar", false, doc);
var btnMarkAsRead = doc.getElementById("btnMarkFeedAsRead");
/* var btnMarkAsRead = doc.getElementById("btnMarkFeedAsRead");
if (btnMarkAsRead && !isNumeric(feed)) {
btnMarkAsRead.disabled = true;
btnMarkAsRead.className = "disabledButton";
}
} */
// notify("");