require feed debugging for frontend feed update button
This commit is contained in:
parent
6946cc50db
commit
b0d32d324c
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue