mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -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) {
|
||||
let lazyImage = entry.target;
|
||||
if (lazyImage.dataset.background) {
|
||||
console.log(123)
|
||||
lazyImage.style.backgroundImage = `url('${lazyImage.dataset.background}')`
|
||||
} else {
|
||||
lazyImage.src = lazyImage.dataset.src;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user