From 787671625d23cec265fd4092754225a6f28859b7 Mon Sep 17 00:00:00 2001 From: Stefan Yohansson Date: Thu, 24 Sep 2015 15:51:46 -0300 Subject: [PATCH] FS-8205 [verto_communicator] fix again --- .../src/storageService/services/splash_screen.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {