summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-17 04:25:44 +0100
committerAndrew Dolgov <[email protected]>2005-10-17 04:25:44 +0100
commita7de14fce1f8a895177465d44b4d90411338f122 (patch)
treed4d70ab5b43384234238690bab312bb55f49869b /tt-rss.php
parentb6644d296a9e29a39e052a84324ccc806787a401 (diff)
disable feed toolbar catchup button when catchup is not applicable
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index d5271b84f..8a9afd76d 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -110,7 +110,7 @@
&nbsp;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>