1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-24 03:47:39 +00:00

FS-11589 [verto_communicator]: fixing a weird typo and keeps with the old behaviour when calling login with no args

This commit is contained in:
netoguimaraes 2019-01-03 13:10:31 -03:00
parent e4d85ee6aa
commit 6f811ca41f

@ -83,7 +83,7 @@
}
if(skipPreview == undefined) {
redirect == false;
skipPreview = false;
}
var connectCallback = function(v, connected) {