mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:15:56 +00:00
reset offset on view change
This commit is contained in:
@@ -278,7 +278,7 @@
|
||||
print " View: ";
|
||||
|
||||
print_select("viewbox", $view_mode, array("All Posts", "Starred"),
|
||||
"onchange=\"javascript:viewfeed('$feed', '$skip', '');\"");
|
||||
"onchange=\"javascript:viewfeed('$feed', '0', '');\"");
|
||||
|
||||
print "</td></tr>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user