]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Move lazyload init inside the body tag
authorDavid Sferruzza <david.sferruzza@gmail.com>
Sun, 10 Mar 2013 18:04:48 +0000 (19:04 +0100)
committerDavid Sferruzza <david.sferruzza@gmail.com>
Sun, 10 Mar 2013 18:04:48 +0000 (19:04 +0100)
tpl/picwall.html

index 8f8e0a0eed56b7b6671706e15f4fc8cb4130c0a4..631e0866b4c4c5f03ae60d0adfb79efea891cccb 100644 (file)
@@ -17,7 +17,7 @@
 </div>
 </center>
 {include="page.footer"}
-</body>
+
 {if="empty($GLOBALS['disablejquery'])"} 
 <script>
 $(document).ready(function() {
@@ -25,4 +25,5 @@ $(document).ready(function() {
 });
 </script>
 {/if} 
+</body>
 </html>
\ No newline at end of file