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> </div>
</center> </center>
{include="page.footer"} {include="page.footer"}
</body>
{if="empty($GLOBALS['disablejquery'])"} {if="empty($GLOBALS['disablejquery'])"}
<script> <script>
$(document).ready(function() { $(document).ready(function() {
@ -25,4 +25,5 @@ $(document).ready(function() {
}); });
</script> </script>
{/if} {/if}
</body>
</html> </html>