From: Stefan Yohansson Date: Thu, 24 Sep 2015 18:51:46 +0000 (-0300) Subject: FS-8205 [verto_communicator] fix again X-Git-Tag: v1.6.3~1^2~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=787671625d23cec265fd4092754225a6f28859b7;p=thirdparty%2Ffreeswitch.git FS-8205 [verto_communicator] fix again --- diff --git a/html5/verto/verto_communicator/src/storageService/services/splash_screen.js b/html5/verto/verto_communicator/src/storageService/services/splash_screen.js index 4cb97e7fd1..da7a156f63 100644 --- a/html5/verto/verto_communicator/src/storageService/services/splash_screen.js +++ b/html5/verto/verto_communicator/src/storageService/services/splash_screen.js @@ -116,7 +116,8 @@ }; if(verto.data.connecting || verto.data.connected) { - resolve(result); + resolve(result); + return; }; var checkUserStored = function() {