pull/1/head
Jan Umbach 2024-05-30 23:55:56 +02:00
parent 3f4a7e398e
commit 5215a0a95d
1 changed files with 8 additions and 1 deletions

View File

@ -70,7 +70,10 @@
// log on product card remove
this.productCard.addEventListener('DOMNodeRemoved', function() {
console.log('product card removed');
});
}
hoverEffectIn() {
@ -134,6 +137,10 @@
// Start observing the target node for configured mutations
observer.observe(targetNode, config);
setInterval(function() {
// log all videos
}, 1000);
</script>
{% endif %}