This commit is contained in:
2023-04-01 21:06:21 +02:00
parent f185a2793c
commit 9cfe8c5a73

@ -213,7 +213,7 @@ function showImages() {
});
$(".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("");
});