aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/picwall.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-03-12 12:59:05 +0100
committerGitHub <noreply@github.com>2017-03-12 12:59:05 +0100
commit5eca4ea11ef7c292e8b1352a41db12183e159361 (patch)
tree268362f0c4cc4ef9b19b0a1e93099acb34059a60 /tpl/default/picwall.html
parentcffc5ce3d1fb1d7154cf1e63ae09987d6528606c (diff)
parentb9b41d25e319f44f9fb8259a0237a8ee81ad394b (diff)
downloadShaarli-5eca4ea11ef7c292e8b1352a41db12183e159361.tar.gz
Shaarli-5eca4ea11ef7c292e8b1352a41db12183e159361.tar.zst
Shaarli-5eca4ea11ef7c292e8b1352a41db12183e159361.zip
Merge pull request #809 from ArthurHoaro/cleanup/inline-js
Remove inline JS and add LibreJS headers in JS files
Diffstat (limited to 'tpl/default/picwall.html')
-rw-r--r--tpl/default/picwall.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html
index b9ae2f2e..248e56df 100644
--- a/tpl/default/picwall.html
+++ b/tpl/default/picwall.html
@@ -40,11 +40,6 @@
40 40
41{include="page.footer"} 41{include="page.footer"}
42<script src="inc/blazy-1.3.1.min.js#"></script> 42<script src="inc/blazy-1.3.1.min.js#"></script>
43<script>
44 window.onload = function() {
45 var bLazy = new Blazy();
46 }
47</script>
48</body> 43</body>
49</html> 44</html>
50 45