]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/photo_album.tpl
Merge pull request #4593 from annando/fix-ostatus
[friendica.git] / view / theme / frio / templates / photo_album.tpl
index 1afe4c88530c386a2f385837470baaec6e351607..f3dee65a4c2db5b1193ccd67c9ecf1e0e734a89f 100644 (file)
        {{foreach $photos as $photo}}
                {{include file="photo_top.tpl"}}
        {{/foreach}}
+       </div>
 
        <div class="photo-album-end"></div>
 
        {{$paginate}}
 </div>
 
-<script>$(document).ready(function() { loadingPage = false; justifyPhotos('photo-album-contents-{{$album_id}}'); });</script>
+<script type="text/javascript">$(document).ready(function() { loadingPage = false; justifyPhotos('photo-album-contents-{{$album_id}}'); });</script>