]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11589 [verto_communicator]: fixing a weird typo and keeps with the old behaviour...
authornetoguimaraes <joao.neto.guimaraes@gmail.com>
Thu, 3 Jan 2019 16:10:31 +0000 (13:10 -0300)
committernetoguimaraes <joao.neto.guimaraes@gmail.com>
Thu, 3 Jan 2019 16:10:31 +0000 (13:10 -0300)
html5/verto/verto_communicator/src/vertoControllers/controllers/MainController.js

index a8bfe106db5d08fffe998eec6b7a01f3334f95a1..29d5ed8f44086fab0fa3f27de87f655f6defb794 100644 (file)
@@ -83,7 +83,7 @@
         }
 
         if(skipPreview == undefined) {
-          redirect == false;
+          skipPreview = false;
         }
 
         var connectCallback = function(v, connected) {