This website works better with JavaScript
首页
发现
帮助
登录
LBP
/
FreshRSS
镜像自地址
https://github.com/FreshRSS/FreshRSS.git
关注
4
点赞
0
派生
0
文件
工单管理
0
Wiki
浏览代码
Autoload more articles if needed on big screens
Alexandre Alapetite
12 年之前
父节点
b8e6a3b5b2
当前提交
d632900b2f
共有
1 个文件被更改
,包括
1 次插入
和
0 次删除
合并视图
显示文件统计
1
0
p/scripts/main.js
+ 1
- 0
p/scripts/main.js
查看文件
@@ -448,6 +448,7 @@ function init_posts() {
load_more_posts();
load_more_posts();
}
}
});
});
+ box_to_follow.scroll();
}
}
}
}