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();
}
});
+ box_to_follow.scroll();
}
}