mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
remove console log
This commit is contained in:
parent
e036e66310
commit
db540108b7
@ -7,7 +7,6 @@ document.addEventListener("DOMContentLoaded", function() {
|
|||||||
if (entry.isIntersecting) {
|
if (entry.isIntersecting) {
|
||||||
let lazyImage = entry.target;
|
let lazyImage = entry.target;
|
||||||
if (lazyImage.dataset.background) {
|
if (lazyImage.dataset.background) {
|
||||||
console.log(123)
|
|
||||||
lazyImage.style.backgroundImage = `url('${lazyImage.dataset.background}')`
|
lazyImage.style.backgroundImage = `url('${lazyImage.dataset.background}')`
|
||||||
} else {
|
} else {
|
||||||
lazyImage.src = lazyImage.dataset.src;
|
lazyImage.src = lazyImage.dataset.src;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user