This commit is contained in:
Bruno Rybársky 2023-04-01 21:06:21 +02:00
parent f185a2793c
commit 9cfe8c5a73
No known key found for this signature in database
GPG Key ID: DFE2C061EF985CD4

@ -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("");
});