From 07f532afab10b62318d6a722d7c29cd4035a7839 Mon Sep 17 00:00:00 2001 From: fusionate Date: Tue, 27 Feb 2024 11:18:44 -0700 Subject: [PATCH] Operator Panel: Restore drag/drop calling and transfer. --- app/basic_operator_panel/resources/content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/basic_operator_panel/resources/content.php b/app/basic_operator_panel/resources/content.php index 7489dba58e..603dd3fdd5 100644 --- a/app/basic_operator_panel/resources/content.php +++ b/app/basic_operator_panel/resources/content.php @@ -430,7 +430,7 @@ if (is_array($activity)) { } //build the list of extensions - $block = "
"; // DRAG TO + $block = "
"; // DRAG TO $block .= "\n"; $block .= " \n"; $block .= "
\n";