diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-02 18:50:54 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-02 18:50:54 +0400 |
| commit | b7041615c43e4c5f7dd44a13ab55f7314f7ae8ba (patch) | |
| tree | 57134f69ec2d9db6b3f57f0c3de193132911c48b | |
| parent | 22cdd8a58e3b3661e6871194d7b5fefc7815b000 (diff) | |
fix mark as read dropdown not resetting
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 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> |