add one tracker
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
},
|
||||
function(data, status){
|
||||
if (data == "verified"){
|
||||
try{
|
||||
umami.trackEvent('Good code', { type: 'goodcode', code: kod });
|
||||
} catch(e) {}
|
||||
$("#firstQuestion").fadeOut("slow", function(){
|
||||
$("#secondQuestion").fadeIn("slow", function(){
|
||||
$("#ini").focus();
|
||||
|
Reference in New Issue
Block a user