summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
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>