diff options
author | David Sferruzza <david.sferruzza@gmail.com> | 2013-03-10 19:04:48 +0100 |
---|---|---|
committer | David Sferruzza <david.sferruzza@gmail.com> | 2013-03-10 19:04:48 +0100 |
commit | f2acdfd14e19518fe668044afc5663901f9ea63e (patch) | |
tree | 82d699c0ae4031d8c28918a5b0aac327b36bc7b3 /tpl | |
parent | a908244cc42019b6b7cbba260a21a0c3b804945b (diff) | |
download | Shaarli-f2acdfd14e19518fe668044afc5663901f9ea63e.tar.gz Shaarli-f2acdfd14e19518fe668044afc5663901f9ea63e.tar.zst Shaarli-f2acdfd14e19518fe668044afc5663901f9ea63e.zip |
Move lazyload init inside the body tag
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/picwall.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tpl/picwall.html b/tpl/picwall.html index 8f8e0a0e..631e0866 100644 --- a/tpl/picwall.html +++ b/tpl/picwall.html | |||
@@ -17,7 +17,7 @@ | |||
17 | </div> | 17 | </div> |
18 | </center> | 18 | </center> |
19 | {include="page.footer"} | 19 | {include="page.footer"} |
20 | </body> | 20 | |
21 | {if="empty($GLOBALS['disablejquery'])"} | 21 | {if="empty($GLOBALS['disablejquery'])"} |
22 | <script> | 22 | <script> |
23 | $(document).ready(function() { | 23 | $(document).ready(function() { |
@@ -25,4 +25,5 @@ $(document).ready(function() { | |||
25 | }); | 25 | }); |
26 | </script> | 26 | </script> |
27 | {/if} | 27 | {/if} |
28 | </body> | ||
28 | </html> \ No newline at end of file | 29 | </html> \ No newline at end of file |