add modal on Webchat
This commit is contained in:
parent
bcc68c0034
commit
2d48c67377
|
@ -118,9 +118,7 @@ echo "<div style='width:100%'>".html_print_button(
|
||||||
cancel: "Cancel",
|
cancel: "Cancel",
|
||||||
ok: "Ok",
|
ok: "Ok",
|
||||||
onAccept: function() {
|
onAccept: function() {
|
||||||
// Continue execution.
|
// Nothing to do.
|
||||||
var nodo = event.target.offsetParent;
|
|
||||||
deleteCell(id, nodo.parentNode);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
$("input[name=\"message_box\"]").keydown(function(e) {
|
$("input[name=\"message_box\"]").keydown(function(e) {
|
||||||
|
|
Loading…
Reference in New Issue