fix mark as read dropdown not resetting
This commit is contained in:
parent
22cdd8a58e
commit
b7041615c4
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@
|
|||
</select>
|
||||
|
||||
<select title="<?php echo __('Mark feed as read') ?>"
|
||||
onchange="catchupCurrentFeed(event)"
|
||||
onchange="catchupCurrentFeed(this)"
|
||||
dojoType="dijit.form.Select" name="catchup_feed">
|
||||
<option selected="selected" value="default"><?php echo __('Mark as read') ?></option>
|
||||
<option value="all"><?php echo __('All articles') ?></option>
|
||||
|
|
Loading…
Reference in a new issue