Update webchat.php. Forgotten console log
This commit is contained in:
parent
77419ee709
commit
0e1ad43422
|
@ -304,7 +304,6 @@ echo "<div style='width:100%'>".html_print_button(
|
|||
data: parameters,
|
||||
dataType: "json",
|
||||
success: function(data) {
|
||||
console.log(data);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue