summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-02 18:50:54 +0400
committerAndrew Dolgov <[email protected]>2013-04-02 18:50:54 +0400
commitb7041615c43e4c5f7dd44a13ab55f7314f7ae8ba (patch)
tree57134f69ec2d9db6b3f57f0c3de193132911c48b /index.php
parent22cdd8a58e3b3661e6871194d7b5fefc7815b000 (diff)
fix mark as read dropdown not resetting
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index e390edffd..dd3d34b3a 100644
--- a/index.php
+++ b/index.php
@@ -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>