Update webchat.php. Forgotten console log

This commit is contained in:
Jose Gonzalez 2019-06-27 09:33:31 +02:00
parent 77419ee709
commit 0e1ad43422
1 changed files with 0 additions and 1 deletions

View File

@ -304,7 +304,6 @@ echo "<div style='width:100%'>".html_print_button(
data: parameters, data: parameters,
dataType: "json", dataType: "json",
success: function(data) { success: function(data) {
console.log(data);
} }
}); });
} }