|
@@ -752,7 +752,7 @@
|
|
abbrDate('abbr.date');
|
|
abbrDate('abbr.date');
|
|
$o.ui.render.users();
|
|
$o.ui.render.users();
|
|
setTimeout(function scrollContent(){
|
|
setTimeout(function scrollContent(){
|
|
- if($c.scrollTop() < $c[0].scrollHeight){
|
|
|
|
|
|
+ if($c.scrollTop()+$c.height() < $c.prop('scrollHeight')){
|
|
$c.scrollTop($c.scrollTop()+1);
|
|
$c.scrollTop($c.scrollTop()+1);
|
|
setTimeout(scrollContent,settings.scrollspeed);
|
|
setTimeout(scrollContent,settings.scrollspeed);
|
|
}else{
|
|
}else{
|