]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge pull request #295 from Knah-Tsaeb/patch-1
authorArthur <arthur@hoa.ro>
Thu, 23 Jul 2015 13:45:59 +0000 (15:45 +0200)
committerArthur <arthur@hoa.ro>
Thu, 23 Jul 2015 13:45:59 +0000 (15:45 +0200)
[fix]  #293 - Black thumbnails on picture wall after upgrade

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>