]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
[fix] #293 295/head
authorKnah Tsaeb <Knah-Tsaeb@knah-tsaeb.org>
Wed, 22 Jul 2015 08:39:23 +0000 (10:39 +0200)
committerKnah Tsaeb <Knah-Tsaeb@knah-tsaeb.org>
Wed, 22 Jul 2015 08:39:23 +0000 (10:39 +0200)
Black thumbnails on picture wall after upgrade #293

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>