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