remove broken trackers

This commit is contained in:
2023-04-01 22:25:19 +02:00
parent 9d2cb3c11e
commit b4069885ae

View File

@@ -39,9 +39,6 @@
}
else if(data == "admin"){
try{
umami.trackEvent('Admin login', { type: 'adminlogin', code: kod });
} catch(e) {}
$.post("index.php",
{
kod: kod,
@@ -73,9 +70,6 @@
$("#send").click(function() {
inic = $("#ini").val();
listeners = $("#listeners").val();
try{
umami.trackEvent('Normal login ', { type: 'login', code: kod, listeners: listeners, initials: inic });
} catch(e) {}
$.post("index.php",
{
kod: kod,