1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 04:25:57 +00:00

bring back update button, it makes async update request to the daemon

This commit is contained in:
Andrew Dolgov
2010-11-13 18:48:56 +03:00
parent a18a4f387a
commit 428b704dbc
6 changed files with 87 additions and 7 deletions

View File

@@ -226,13 +226,9 @@
<option value="score"><?php echo __('Score') ?></option>
</select>
<?php if (defined('_ENABLE_FEED_DEBUGGING')) { ?>
<button name="update" onclick="return viewCurrentFeed('ForceUpdate')">
<button name="update" onclick="return scheduleFeedUpdate()">
<?php echo __('Update') ?></button>
<?php } ?>
<button onclick="return catchupCurrentFeed()">
<?php echo __('Mark as read') ?></button>