mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
revert to previous catchup behaviour on reverse headlines mode; fix typo in js
This commit is contained in:
@@ -493,7 +493,7 @@ function catchupFeed(feed, is_cat) {
|
||||
|
||||
var max_id = 0;
|
||||
|
||||
if (feed = getActiveFeedId() && is_cat == activeFeedIsCat()) {
|
||||
if (feed == getActiveFeedId() && is_cat == activeFeedIsCat()) {
|
||||
$$("#headlines-frame > div[id*=RROW]").each(
|
||||
function(child) {
|
||||
var id = parseInt(child.id.replace("RROW-", ""));
|
||||
|
||||
Reference in New Issue
Block a user