mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
disable feed toolbar catchup button when catchup is not applicable
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
Feed: <input class="button" type="submit"
|
||||
onclick="javascript:viewCurrentFeed(0, 'ForceUpdate')" value="Update">
|
||||
|
||||
<input class="button" type="submit"
|
||||
<input class="button" type="submit" id="btnMarkFeedAsRead"
|
||||
onclick="javascript:viewCurrentFeed(0, 'MarkAllRead')" value="Mark as read">
|
||||
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user