diff options
author | friendica <info@friendica.com> | 2014-09-06 00:37:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-06 00:37:15 -0700 |
commit | 28b75b028dcb1633a9407a5a5c79e5d2423e18a5 (patch) | |
tree | 7d7e061cd6fb3c1c92ecdf086c668e500f4e93b1 /view/tpl | |
parent | 7a9b1c4a77f279b04fa710df25aa289d7b2b47c1 (diff) | |
download | volse-hubzilla-28b75b028dcb1633a9407a5a5c79e5d2423e18a5.tar.gz volse-hubzilla-28b75b028dcb1633a9407a5a5c79e5d2423e18a5.tar.bz2 volse-hubzilla-28b75b028dcb1633a9407a5a5c79e5d2423e18a5.zip |
ajax work
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/photos_recent.tpl | 3 | ||||
-rwxr-xr-x | view/tpl/photosajax.tpl | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl index 43a22a017..9be1b12a7 100755 --- a/view/tpl/photos_recent.tpl +++ b/view/tpl/photos_recent.tpl @@ -7,5 +7,8 @@ {{foreach $photos as $photo}} {{include file="photo_top.tpl"}} {{/foreach}} +<div id="page-end"></div> </div> <div class="photos-end"></div> +<script>$(document).ready(function() { loadingPage = false;});</script> +<div id="page-spinner"></div> diff --git a/view/tpl/photosajax.tpl b/view/tpl/photosajax.tpl new file mode 100755 index 000000000..a88682e8b --- /dev/null +++ b/view/tpl/photosajax.tpl @@ -0,0 +1,4 @@ +<!-- --> +{{foreach $photos as $photo}} + {{include file="photo_top.tpl"}} +{{/foreach}} |