From 8f30afbf181c7a57dc98048cee24285c0094cdcd Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Wed, 8 Apr 2015 03:50:09 +0000 Subject: [PATCH] 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. --- app/operator_panel/index.php | 3 ++- themes/enhanced/template.php | 2 +- themes/minimized/template.php | 14 +++++++++----- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/app/operator_panel/index.php b/app/operator_panel/index.php index d951976207..7aaf4d5bc1 100644 --- a/app/operator_panel/index.php +++ b/app/operator_panel/index.php @@ -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 == '') { diff --git a/themes/enhanced/template.php b/themes/enhanced/template.php index 485f6d630b..2e8d2cf123 100644 --- a/themes/enhanced/template.php +++ b/themes/enhanced/template.php @@ -1260,8 +1260,8 @@ legend {