Merge pull request #1649 in FS/freeswitch from ~NETOGUIMARAES/freeswitch:fix/typo_on_login to master

* commit '6f811ca41f797c30939bb64289b5c353146ba052':
  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:
Christopher Rienzo 2019-01-03 19:12:01 +00:00
commit ed9419c473
1 changed files with 1 additions and 1 deletions

View File

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