Stuff
This commit is contained in:
parent
a009fe635a
commit
0db17823a2
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('.photor').photor();
|
$('.photor').photor();
|
||||||
let images = document.querySelectorAll(".imageToReplace");
|
/*let images = document.querySelectorAll(".imageToReplace");
|
||||||
var r = lazyload(images);
|
var r = lazyload(images);
|
||||||
console.log(r);
|
console.log(r);*/
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue