]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/vintage/linklist.html
Merge pull request #1211 from ArthurHoaro/hotfix/img-request
[github/shaarli/Shaarli.git] / tpl / vintage / linklist.html
index 9bdafa8cd249ba162f27ed5ce5d316ce50a08878..dcb14e908042f6a6088ca118f820f19551cac47a 100644 (file)
@@ -85,7 +85,7 @@
                     <a href="{$value.real_url}">
                         {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore}
                         <img data-src="{$value.thumbnail}#" class="b-lazy"
-                             src="#"
+                             src=""
                              alt="thumbnail" width="{$thumbnails_width}" height="{$thumbnails_height}" />
                     </a>
                 </div>
 </div>
 
     {include="page.footer"}
+<script src="js/thumbnails.min.js"></script>
 
 </body>
 </html>