mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
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…
x
Reference in New Issue
Block a user