add tracking
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
data = $("#ins").val();
|
||||
Getc();
|
||||
if(data != ""){
|
||||
umami.trackEvent('Send chat message', { type: 'chatmessage', code: kod});
|
||||
$.post("index.php?chat=1&send=1",
|
||||
{
|
||||
text: data
|
||||
|
Reference in New Issue
Block a user