add modal on Webchat

This commit is contained in:
marcos 2020-04-28 13:56:43 +02:00
parent bcc68c0034
commit 2d48c67377
1 changed files with 1 additions and 3 deletions

View File

@ -118,9 +118,7 @@ echo "<div style='width:100%'>".html_print_button(
cancel: "Cancel",
ok: "Ok",
onAccept: function() {
// Continue execution.
var nodo = event.target.offsetParent;
deleteCell(id, nodo.parentNode);
// Nothing to do.
}
});
$("input[name=\"message_box\"]").keydown(function(e) {