Disable focus_blur_enabled by default
git-svn-id: svn://192.168.202.10@1590 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -38,7 +38,7 @@ $AgentAlert_allowed = '1'; # set to 1 to allow Agent alert option
|
||||
$disable_blended_checkbox='0'; # set to 1 to disable the BLENDED checkbox from the in-group chooser screen
|
||||
$hide_timeclock_link = '0'; # set to 1 to hide the timeclock link on the agent login screen
|
||||
$conf_check_attempts = '3'; # number of attempts to try before loosing webserver connection, for bad network setups
|
||||
$focus_blur_enabled = '1'; # set to 1 to enable the focus/blur enter key blocking(some IE instances have issues)
|
||||
$focus_blur_enabled = '0'; # set to 1 to enable the focus/blur enter key blocking(some IE instances have issues)
|
||||
|
||||
$TEST_all_statuses = '0'; # TEST variable allows all statuses in dispo screen
|
||||
|
||||
|
||||
@@ -477,7 +477,7 @@ $AgentAlert_allowed = '1'; # set to 1 to allow Agent alert option
|
||||
$disable_blended_checkbox='0'; # set to 1 to disable the BLENDED checkbox from the in-group chooser screen
|
||||
$hide_timeclock_link = '0'; # set to 1 to hide the timeclock link on the agent login screen
|
||||
$conf_check_attempts = '3'; # number of attempts to try before loosing webserver connection, for bad network setups
|
||||
$focus_blur_enabled = '1'; # set to 1 to enable the focus/blur enter key blocking(some IE instances have issues)
|
||||
$focus_blur_enabled = '0'; # set to 1 to enable the focus/blur enter key blocking(some IE instances have issues)
|
||||
$TEST_all_statuses = '0'; # TEST variable allows all statuses in dispo screen
|
||||
|
||||
$stretch_dimensions = '1'; # sets the vicidial screen to the size of the browser window
|
||||
|
||||
Reference in New Issue
Block a user