From 454aa6bff38ee540b7467f3caa3d6651b70f14ef Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 13 Oct 2013 20:09:11 -0700 Subject: turn off endless scroll if we have no more content to load - currently for mod_display, need to add to other content modules --- mod/display.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod') diff --git a/mod/display.php b/mod/display.php index c9f6595c6..41df5fca6 100644 --- a/mod/display.php +++ b/mod/display.php @@ -166,6 +166,8 @@ function display_content(&$a, $update = 0, $load = false) { ); } + $o .= '
'; + return $o; -- cgit v1.2.3