add one tracker
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user