add one tracker

This commit is contained in:
2023-04-01 22:27:26 +02:00
parent b4069885ae
commit 2d311b17da

View File

@@ -31,6 +31,9 @@
}, },
function(data, status){ function(data, status){
if (data == "verified"){ if (data == "verified"){
try{
umami.trackEvent('Good code', { type: 'goodcode', code: kod });
} catch(e) {}
$("#firstQuestion").fadeOut("slow", function(){ $("#firstQuestion").fadeOut("slow", function(){
$("#secondQuestion").fadeIn("slow", function(){ $("#secondQuestion").fadeIn("slow", function(){
$("#ini").focus(); $("#ini").focus();