remove broken trackers
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user