summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 1452bd297..a4814b270 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -226,9 +226,13 @@
<option value="score"><?php echo __('Score') ?></option>
</select>
+ <?php if (defined('_ENABLE_FEED_DEBUGGING')) { ?>
+
<button name="update" onclick="return viewCurrentFeed('ForceUpdate')">
<?php echo __('Update') ?></button>
+ <?php } ?>
+
<button onclick="return catchupCurrentFeed()">
<?php echo __('Mark as read') ?></button>