]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/picwall.html
Merge pull request #276 from virtualtam/tools/phpcs
[github/shaarli/Shaarli.git] / tpl / picwall.html
index 9a2a47154b9103efe5f03db5bec34a6ab7fec3aa..f59685cfb0750b8cc34f4e22ff95afb34ff6d97e 100644 (file)
@@ -17,7 +17,9 @@
 {include="page.footer"}
 
 <script>
-    var bLazy = new Blazy();
+window.onload = function() {
+  var bLazy = new Blazy();
+}
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>