mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 12:51:31 +00:00
require feed debugging for frontend feed update button
This commit is contained in:
@@ -226,9 +226,13 @@
|
|||||||
<option value="score"><?php echo __('Score') ?></option>
|
<option value="score"><?php echo __('Score') ?></option>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
<?php if (defined('_ENABLE_FEED_DEBUGGING')) { ?>
|
||||||
|
|
||||||
<button name="update" onclick="return viewCurrentFeed('ForceUpdate')">
|
<button name="update" onclick="return viewCurrentFeed('ForceUpdate')">
|
||||||
<?php echo __('Update') ?></button>
|
<?php echo __('Update') ?></button>
|
||||||
|
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
<button onclick="return catchupCurrentFeed()">
|
<button onclick="return catchupCurrentFeed()">
|
||||||
<?php echo __('Mark as read') ?></button>
|
<?php echo __('Mark as read') ?></button>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user