aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photosajax.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/photosajax.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/photosajax.tpl')
-rwxr-xr-xview/tpl/photosajax.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/photosajax.tpl b/view/tpl/photosajax.tpl
index 705cb6c75..45191db85 100755
--- a/view/tpl/photosajax.tpl
+++ b/view/tpl/photosajax.tpl
@@ -1,4 +1,4 @@
{{foreach $photos as $photo}}
{{include file="photo_top.tpl"}}
{{/foreach}}
-<script>justifyPhotosAjax()</script>
+<script>justifyPhotosAjax('photo-album-contents-{{$album_id}}')</script>