comment out debug code
git-svn-id: svn://192.168.202.10@146 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -3117,7 +3117,7 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";}
|
||||
}
|
||||
else
|
||||
{
|
||||
alert("Channel has changed from:\n" + lastcustchannel + '|' + lastcustserverip + "\nto:\n" + reVDIC_data_VDAC[3] + '|' + reVDIC_data_VDAC[4]);
|
||||
// alert("Channel has changed from:\n" + lastcustchannel + '|' + lastcustserverip + "\nto:\n" + reVDIC_data_VDAC[3] + '|' + reVDIC_data_VDAC[4]);
|
||||
document.vicidial_form.callchannel.value = reVDIC_data_VDAC[3];
|
||||
lastcustchannel = reVDIC_data_VDAC[3];
|
||||
document.vicidial_form.callserverip.value = reVDIC_data_VDAC[4];
|
||||
|
||||
Reference in New Issue
Block a user