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:
@@ -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("");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user