upgrade tracking
This commit is contained in:
parent
eae43f8974
commit
7ac1e8af9c
3
index.js
3
index.js
@ -196,6 +196,7 @@ function showImages() {
|
||||
if (emptyindex > -1){
|
||||
let changingelement = $("#" + idcko);
|
||||
changingelement.html(targetElement.html());
|
||||
umami.trackEvent('Clicked sign', { type: 'clicksign', datacode: $(this).getAttribute("datacode") });
|
||||
}
|
||||
|
||||
}
|
||||
@ -204,6 +205,7 @@ function showImages() {
|
||||
let [emptyindex, idcko] = getEmptyIndex($(".finalletterplace"), this);
|
||||
if (emptyindex > -1){
|
||||
let changingelement = $("#" + idcko);
|
||||
umami.trackEvent('Clicked letter', { type: 'clickletter', datacode: $(this).getAttribute("datacode") });
|
||||
changingelement.html(targetElement.html());
|
||||
}
|
||||
|
||||
@ -211,6 +213,7 @@ function showImages() {
|
||||
});
|
||||
|
||||
$(".finalplace").on("click", function (){
|
||||
umami.trackEvent('Clicked clear', { type: 'clickclear', datacode: $(this).children()[0].getAttribute("datacode") });
|
||||
$(this).html("");
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user