Move lazyload init inside the body tag

This commit is contained in:
David Sferruzza 2013-03-10 19:04:48 +01:00
parent a908244cc4
commit f2acdfd14e
1 changed files with 2 additions and 1 deletions

View 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>