Move lazyload init inside the body tag
This commit is contained in:
parent
a908244cc4
commit
f2acdfd14e
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
</center>
|
||||
{include="page.footer"}
|
||||
</body>
|
||||
|
||||
{if="empty($GLOBALS['disablejquery'])"}
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
|
@ -25,4 +25,5 @@
|
|||
});
|
||||
</script>
|
||||
{/if}
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue