summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-03 22:42:42 +0400
committerAndrew Dolgov <[email protected]>2012-06-03 22:42:42 +0400
commit705b97b7fca9ea70820af5fcd926f88903eaa430 (patch)
tree24db0823beb55c4e4cab36a00441f6e0153b8b7d /js
parent184f51952c2c0bdcafab9d22a9367facbea28376 (diff)
revert to previous catchup behaviour on reverse headlines mode; fix typo in js
Diffstat (limited to 'js')
-rw-r--r--js/feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/feedlist.js b/js/feedlist.js
index 4341a5d80..21fe9c50c 100644
--- a/js/feedlist.js
+++ b/js/feedlist.js
@@ -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-", ""));