turn off endless scroll if we have no more content to load - currently for mod_display, need to add to other content modules

This commit is contained in:
friendica
2013-10-13 20:09:11 -07:00
parent bae7f4e078
commit 454aa6bff3
3 changed files with 6 additions and 1 deletions

View File

@@ -166,6 +166,8 @@ function display_content(&$a, $update = 0, $load = false) {
);
}
$o .= '<div id="content-complete"></div>';
return $o;