remove broken trackers
This commit is contained in:
@@ -39,9 +39,6 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
else if(data == "admin"){
|
else if(data == "admin"){
|
||||||
try{
|
|
||||||
umami.trackEvent('Admin login', { type: 'adminlogin', code: kod });
|
|
||||||
} catch(e) {}
|
|
||||||
$.post("index.php",
|
$.post("index.php",
|
||||||
{
|
{
|
||||||
kod: kod,
|
kod: kod,
|
||||||
@@ -73,9 +70,6 @@
|
|||||||
$("#send").click(function() {
|
$("#send").click(function() {
|
||||||
inic = $("#ini").val();
|
inic = $("#ini").val();
|
||||||
listeners = $("#listeners").val();
|
listeners = $("#listeners").val();
|
||||||
try{
|
|
||||||
umami.trackEvent('Normal login ', { type: 'login', code: kod, listeners: listeners, initials: inic });
|
|
||||||
} catch(e) {}
|
|
||||||
$.post("index.php",
|
$.post("index.php",
|
||||||
{
|
{
|
||||||
kod: kod,
|
kod: kod,
|
||||||
|
Reference in New Issue
Block a user