summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 7df17a9d..13f1378a 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -925,6 +925,7 @@ angular.module('zmApp', [
d.resolve("Login Success");
$rootScope.$emit('auth-success', 'no auth');
+ return (d.promise);
}