diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-09-29 05:15:28 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-09-29 05:15:28 +0100 |
| commit | 11befbb22ff3761a1d29c93fd80cc7b75502bd84 (patch) | |
| tree | bdb44d3ab9f1d91eefb2885f77ba2af492840898 /tt-rss.php | |
| parent | 9105d728162221294fcdeb53943ba09ad9d8a634 (diff) | |
subtoolbar is now sticky
Diffstat (limited to 'tt-rss.php')
| -rw-r--r-- | tt-rss.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php index bd61bed9a..23cb712a8 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -199,8 +199,8 @@ window.onload = init; <input class="button" type="submit" onclick="viewCurrentFeed('ForceUpdate')" value="Update"> - <input class="button" type="submit" - onclick="catchupCurrentFeed()" value="Mark as read"> + <!-- <input class="button" type="submit" + onclick="catchupCurrentFeed()" value="Mark as read"> --> </div> |