diff options
author | marijus <mario@mariovavti.com> | 2014-09-11 12:42:16 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-09-11 12:42:16 +0200 |
commit | 5e54f470978e8208c000476faa009434fc98d3f8 (patch) | |
tree | d7c7d2c3bcc7b612a6f8665b0474c02b25d0865e /mod/photos.php | |
parent | 15ef4fea78803400891a68e7591bafce145eedb8 (diff) | |
download | volse-hubzilla-5e54f470978e8208c000476faa009434fc98d3f8.tar.gz volse-hubzilla-5e54f470978e8208c000476faa009434fc98d3f8.tar.bz2 volse-hubzilla-5e54f470978e8208c000476faa009434fc98d3f8.zip |
content-complete must not be in photo-album-contents
Diffstat (limited to 'mod/photos.php')
-rw-r--r-- | mod/photos.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php index 9ce8ceb50..e50afd557 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -753,8 +753,11 @@ function photos_content(&$a) { } } if($_REQUEST['aj']) { - if(! $r) + if(! $r) { $ajaxout .= '<div id="content-complete"></div>'; + echo $ajaxout; + killme(); + } echo '<div id="photo-album-contents-' . $a->pager['page'] . '">'; echo $ajaxout; |