]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8205 [verto_communicator] fix again
authorStefan Yohansson <stefan@evolux.net.br>
Thu, 24 Sep 2015 18:51:46 +0000 (15:51 -0300)
committerKen Rice <krice@freeswitch.org>
Fri, 25 Sep 2015 15:08:09 +0000 (10:08 -0500)
html5/verto/verto_communicator/src/storageService/services/splash_screen.js

index 4cb97e7fd1945d48b7be6559a59d2ec4abb0b7ae..da7a156f6353526494b101ae1bcc765048596f66 100644 (file)
             };
 
             if(verto.data.connecting || verto.data.connected) {
-              resolve(result); 
+              resolve(result);
+              return;
             };
 
             var checkUserStored = function() {