From e1070b637ce1f88861e6ae6a808b18cd68ab2826 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 9 Sep 2020 13:56:04 +0000 Subject: [PATCH] Fix for script_top_dispo issue #1228 in vicidial.php git-svn-id: svn://192.168.202.10@3291 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/agc/vicidial.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php index c8a43030..42a9359b 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -641,10 +641,11 @@ # 200515-1352 - Disable volume controls for Asterisk 13 servers, added options.php override setting(ast13_volume_override) # 200524-1021 - Fix for agentchannel not populating while volumecontrol_active disabled # 200528-2239 - Added three_way_record_stop_exception campaign setting +# 200909-0952 - Fix for script_top_dispo issue #1228 # -$version = '2.14-610c'; -$build = '200528-2239'; +$version = '2.14-611c'; +$build = '200909-0952'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=92; $one_mysql_log=0; @@ -14837,6 +14838,7 @@ function set_length(SLnumber,SLlength_goal,SLdirection) ViewComments('OFF','OFF'); if (script_top_dispo == 'Y') { + ScriptPanelToFront(); hideDiv('ScriptTopBGspan'); document.getElementById("ScriptPanel").style.zIndex = script_span_zindex; } @@ -18885,6 +18887,7 @@ function phone_number_format(formatphone) { if (script_top_dispo == 'Y') { + ScriptPanelToFront(); script_span_zindex = document.getElementById("ScriptPanel").style.zIndex; showDiv('ScriptTopBGspan'); document.getElementById("ScriptPanel").style.zIndex = 100;