summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-13 18:48:56 +0300
committerAndrew Dolgov <[email protected]>2010-11-13 18:48:56 +0300
commit428b704dbcd4d0869e5d3455eda9b7fbda5c221e (patch)
tree63259a235f35d8ed560a8d3df4d74916457f5501 /tt-rss.php
parenta18a4f387ad74f158c8634adb3e2dfe976364d88 (diff)
bring back update button, it makes async update request to the daemon
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/tt-rss.php b/tt-rss.php
index a4814b270..869e1338d 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -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>