mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 19:55:56 +00:00
fix mark as read dropdown not resetting
This commit is contained in:
@@ -188,7 +188,7 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select title="<?php echo __('Mark feed as read') ?>"
|
<select title="<?php echo __('Mark feed as read') ?>"
|
||||||
onchange="catchupCurrentFeed(event)"
|
onchange="catchupCurrentFeed(this)"
|
||||||
dojoType="dijit.form.Select" name="catchup_feed">
|
dojoType="dijit.form.Select" name="catchup_feed">
|
||||||
<option selected="selected" value="default"><?php echo __('Mark as read') ?></option>
|
<option selected="selected" value="default"><?php echo __('Mark as read') ?></option>
|
||||||
<option value="all"><?php echo __('All articles') ?></option>
|
<option value="all"><?php echo __('All articles') ?></option>
|
||||||
|
|||||||
Reference in New Issue
Block a user