Fix for JavaScript error if chat disabled in agent screen
git-svn-id: svn://192.168.202.10@3907 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
# vicidial.php - the web-based version of the astVICIDIAL client application
|
# vicidial.php - the web-based version of the astVICIDIAL client application
|
||||||
#
|
#
|
||||||
# Copyright (C) 2024 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
|
# Copyright (C) 2025 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
|
||||||
#
|
#
|
||||||
# Other scripts that this application depends on:
|
# Other scripts that this application depends on:
|
||||||
# - vdc_db_query.php: Updates information in the database
|
# - vdc_db_query.php: Updates information in the database
|
||||||
@@ -744,10 +744,11 @@
|
|||||||
# 240627-1937 - Added leave_3way_stop_recording campaign option
|
# 240627-1937 - Added leave_3way_stop_recording campaign option
|
||||||
# 240630-0920 - Fix for Group Alias issue #1515
|
# 240630-0920 - Fix for Group Alias issue #1515
|
||||||
# 240830-1112 - Added campaign manual_minimum_... settings
|
# 240830-1112 - Added campaign manual_minimum_... settings
|
||||||
|
# 250207-1821 - Fix for JavaScript error if chat disabled
|
||||||
#
|
#
|
||||||
|
|
||||||
$version = '2.14-710c';
|
$version = '2.14-711c';
|
||||||
$build = '240830-1112';
|
$build = '250207-1821';
|
||||||
$php_script = 'vicidial.php';
|
$php_script = 'vicidial.php';
|
||||||
$mel=1; # Mysql Error Log enabled = 1
|
$mel=1; # Mysql Error Log enabled = 1
|
||||||
$mysql_log_count=103;
|
$mysql_log_count=103;
|
||||||
@@ -10135,7 +10136,7 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
Internal_chat_print="NO";
|
Internal_chat_print="NO";
|
||||||
document.images['InternalChatImg'].src=image_internal_chat_OFF.src;
|
if (document.images['InternalChatImg']) {document.images['InternalChatImg'].src=image_internal_chat_OFF.src;}
|
||||||
}
|
}
|
||||||
|
|
||||||
var ChatIFrame = document.getElementById('InternalChatIFrame');
|
var ChatIFrame = document.getElementById('InternalChatIFrame');
|
||||||
|
|||||||
Reference in New Issue
Block a user