From: netoguimaraes Date: Thu, 3 Jan 2019 16:10:31 +0000 (-0300) Subject: FS-11589 [verto_communicator]: fixing a weird typo and keeps with the old behaviour... X-Git-Tag: v1.8.5~1^2~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f811ca41f797c30939bb64289b5c353146ba052;p=thirdparty%2Ffreeswitch.git FS-11589 [verto_communicator]: fixing a weird typo and keeps with the old behaviour when calling login with no args --- diff --git a/html5/verto/verto_communicator/src/vertoControllers/controllers/MainController.js b/html5/verto/verto_communicator/src/vertoControllers/controllers/MainController.js index a8bfe106db..29d5ed8f44 100644 --- a/html5/verto/verto_communicator/src/vertoControllers/controllers/MainController.js +++ b/html5/verto/verto_communicator/src/vertoControllers/controllers/MainController.js @@ -83,7 +83,7 @@ } if(skipPreview == undefined) { - redirect == false; + skipPreview = false; } var connectCallback = function(v, connected) {