diff options
author | Knah Tsaeb <Knah-Tsaeb@knah-tsaeb.org> | 2015-07-22 10:39:23 +0200 |
---|---|---|
committer | Knah Tsaeb <Knah-Tsaeb@knah-tsaeb.org> | 2015-07-22 10:39:23 +0200 |
commit | bb2948c52a93129af7fd71fde87edb3c1191dbc4 (patch) | |
tree | f4905c389cb62d4d5d64753f28d7831a08e5f5d3 | |
parent | 2ac5938b670997454f00e9f1d8f7459e428bb331 (diff) | |
download | Shaarli-bb2948c52a93129af7fd71fde87edb3c1191dbc4.tar.gz Shaarli-bb2948c52a93129af7fd71fde87edb3c1191dbc4.tar.zst Shaarli-bb2948c52a93129af7fd71fde87edb3c1191dbc4.zip |
[fix] #293
Black thumbnails on picture wall after upgrade #293
-rw-r--r-- | tpl/picwall.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tpl/picwall.html b/tpl/picwall.html index 9a2a4715..f59685cf 100644 --- a/tpl/picwall.html +++ b/tpl/picwall.html | |||
@@ -17,7 +17,9 @@ | |||
17 | {include="page.footer"} | 17 | {include="page.footer"} |
18 | 18 | ||
19 | <script> | 19 | <script> |
20 | var bLazy = new Blazy(); | 20 | window.onload = function() { |
21 | var bLazy = new Blazy(); | ||
22 | } | ||
21 | </script> | 23 | </script> |
22 | </body> | 24 | </body> |
23 | </html> \ No newline at end of file | 25 | </html> |