]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/vintage/picwall.html
Webpack / Update front paths in template files
[github/shaarli/Shaarli.git] / tpl / vintage / picwall.html
index 4e227e3744038cd440fed8e89e8d3564ce87e6db..29688914165ed19f870b75d29087b29fab80a88d 100644 (file)
@@ -1,7 +1,6 @@
 <!DOCTYPE html>
 <html>
 <head>{include="includes"}
-<script src="inc/blazy-1.3.1.min.js#"></script>
 </head>
 <body>
 <div id="pageheader">{include="page.header"}</div>
 
 {include="page.footer"}
 
-<script>
-window.onload = function() {
-  var bLazy = new Blazy();
-}
-</script>
+<script src="js/picwall.min.js"></script>
 </body>
 </html>