aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photos_recent.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-12-07 12:13:51 +0100
committerMario Vavti <mario@mariovavti.com>2015-12-07 12:13:51 +0100
commit69c9f4588c57a1159ab18c5987f99ea5471579d5 (patch)
tree7988e6d787fae50ba68e220c3e80665f33274b62 /view/tpl/photos_recent.tpl
parent53627c89a716fcd9bac535169710e65b229e96a5 (diff)
downloadvolse-hubzilla-69c9f4588c57a1159ab18c5987f99ea5471579d5.tar.gz
volse-hubzilla-69c9f4588c57a1159ab18c5987f99ea5471579d5.tar.bz2
volse-hubzilla-69c9f4588c57a1159ab18c5987f99ea5471579d5.zip
make justify gallery work with more than one albums per page (eg album widget)
Diffstat (limited to 'view/tpl/photos_recent.tpl')
-rwxr-xr-xview/tpl/photos_recent.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl
index 46ac65e87..f3131117c 100755
--- a/view/tpl/photos_recent.tpl
+++ b/view/tpl/photos_recent.tpl
@@ -8,7 +8,7 @@
</div>
{{$upload_form}}
<div class="section-content-wrapper-np">
- <div id="photo-album-contents">
+ <div id="photo-album-contents-{{$album_id}}">
{{foreach $photos as $photo}}
{{include file="photo_top.tpl"}}
{{/foreach}}
@@ -17,5 +17,5 @@
</div>
</div>
<div class="photos-end"></div>
-<script>$(document).ready(function() { loadingPage = false; justifyPhotos(); });</script>
+<script>$(document).ready(function() { loadingPage = false; justifyPhotos('photo-album-contents-{{$album_id}}'); });</script>
<div id="page-spinner"></div>