Fax Server: Modal integration.

This commit is contained in:
Nate
2020-03-26 09:38:50 -06:00
parent 9891a6a687
commit 44e2df3ac1
6 changed files with 45 additions and 16 deletions
-1
View File
@@ -101,7 +101,6 @@ else {
function hangup(uuid) {
if (confirm("<?php echo $text['confirm-hangup']?>")) {
send_cmd('fax_active_exec.php?cmd=delete&id='+uuid);
}
}