Operator Panel: JS fix to restore functionality in Chrome and IE, Reduce font size and change font of auto-complete suggestion list.

Minimized Template: Similar JS fix for Chrome and IE.
This commit is contained in:
Nate Jones
2015-04-08 03:50:09 +00:00
parent 0259ef8551
commit 8f30afbf18
3 changed files with 12 additions and 7 deletions

View File

@@ -218,7 +218,8 @@ require_once "resources/header.php";
}
//call or transfer to destination
function go_destination(from_ext, destination, which, call_id = '') {
function go_destination(from_ext, destination, which, call_id) {
call_id = typeof call_id !== 'undefined' ? call_id : '';
if (destination != '') {
if (!isNaN(parseFloat(destination)) && isFinite(destination)) {
if (call_id == '') {