This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
LBP
/
FreshRSS
mirrorاز
https://github.com/FreshRSS/FreshRSS.git
دنبال کردن
4
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
فهرست منبع
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();
}
}