mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 14:55:56 +00:00
disable feed toolbar catchup button when catchup is not applicable
This commit is contained in:
@@ -276,6 +276,13 @@ function viewfeed(feed, skip, subop) {
|
||||
|
||||
disableContainerChildren("headlinesToolbar", false, doc);
|
||||
|
||||
var btnMarkAsRead = document.getElementById("btnMarkFeedAsRead");
|
||||
|
||||
if (btnMarkAsRead && (feed < 0 || !isNumeric(feed))) {
|
||||
btnMarkAsRead.disabled = true;
|
||||
btnMarkAsRead.className = "disabledButton";
|
||||
}
|
||||
|
||||
// notify("");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user