]> git.wh0rd.org - tt-rss.git/commitdiff
fix mark as read dropdown not resetting
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 2 Apr 2013 14:50:54 +0000 (18:50 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 2 Apr 2013 14:50:54 +0000 (18:50 +0400)
index.php

index e390edffdd69a29e1d72f4201045cc6e22e827de..dd3d34b3ad911e0974f210626348cbd774b59bb1 100644 (file)
--- a/index.php
+++ b/index.php
                </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>