summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
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>