fix bug
This commit is contained in:
parent
f185a2793c
commit
9cfe8c5a73
2
index.js
2
index.js
@ -213,7 +213,7 @@ function showImages() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$(".finalplace").on("click", function (){
|
$(".finalplace").on("click", function (){
|
||||||
umami.trackEvent('Clicked clear', { type: 'clickclear', datacode: $(this).children()[0].attr("datacode") });
|
umami.trackEvent('Clicked clear', { type: 'clickclear', datacode: $(this).children()[0].getAttribute("datacode") });
|
||||||
$(this).html("");
|
$(this).html("");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user