aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-09-27 16:04:21 +0200
committerMario Vavti <mario@mariovavti.com>2017-09-27 16:04:21 +0200
commit7d386c27771a2a71eca7813a6d9aca00ae3738c4 (patch)
treedfa276de053548a70bb9a919a7640a5a6edae13d /view
parentfb60eeaa9a80484ca9532a717085626ad045c1bd (diff)
downloadvolse-hubzilla-7d386c27771a2a71eca7813a6d9aca00ae3738c4.tar.gz
volse-hubzilla-7d386c27771a2a71eca7813a6d9aca00ae3738c4.tar.bz2
volse-hubzilla-7d386c27771a2a71eca7813a6d9aca00ae3738c4.zip
make justifiedGallery even more happy
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/photo_album.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl
index 8dadeb8cb..5604c969c 100755
--- a/view/tpl/photo_album.tpl
+++ b/view/tpl/photo_album.tpl
@@ -27,13 +27,13 @@
</div>
</div>
</div>
-<div class="photos-end"></div>
<script>
$(document).ready(function() {
loadingPage = false;
justifyPhotos('photo-album-contents-{{$album_id}}');
});
</script>
+<div class="photos-end"></div>
<div id="page-spinner" class="spinner-wrapper">
<div class="spinner m"></div>
</div>