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:
commit
ed9419c473
|
@ -83,7 +83,7 @@
|
|||
}
|
||||
|
||||
if(skipPreview == undefined) {
|
||||
redirect == false;
|
||||
skipPreview = false;
|
||||
}
|
||||
|
||||
var connectCallback = function(v, connected) {
|
||||
|
|
Loading…
Reference in New Issue