Operator Panel: Cleanup (on previous commit)
This commit is contained in:
@@ -141,6 +141,7 @@ require_once "resources/header.php";
|
|||||||
if (ie_workaround) { // potentially set on drag() function above
|
if (ie_workaround) { // potentially set on drag() function above
|
||||||
var call_id = document.getElementById('vd_call_id').value;
|
var call_id = document.getElementById('vd_call_id').value;
|
||||||
var from_ext = document.getElementById('vd_ext_from').value;
|
var from_ext = document.getElementById('vd_ext_from').value;
|
||||||
|
virtual_drag_reset();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
var call_id = ev.dataTransfer.getData("Call");
|
var call_id = ev.dataTransfer.getData("Call");
|
||||||
@@ -160,8 +161,6 @@ require_once "resources/header.php";
|
|||||||
|
|
||||||
if (cmd != '') { send_cmd('exec.php?cmd='+escape(cmd)); }
|
if (cmd != '') { send_cmd('exec.php?cmd='+escape(cmd)); }
|
||||||
|
|
||||||
if (ie_workaround) { virtual_drag_reset(); }
|
|
||||||
|
|
||||||
refresh_start();
|
refresh_start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user