test
parent
3f4a7e398e
commit
5215a0a95d
|
@ -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 %}
|
Loading…
Reference in New Issue