summaryrefslogtreecommitdiff
path: root/client/js/controllers/status.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/js/controllers/status.js')
-rw-r--r--client/js/controllers/status.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/js/controllers/status.js b/client/js/controllers/status.js
index b4a5dd9..15850f4 100644
--- a/client/js/controllers/status.js
+++ b/client/js/controllers/status.js
@@ -15,7 +15,7 @@ mainApp.controller('statusCtrl', ['$scope','Identity', '$rootScope', function ($
// Function to logout
$scope.logout=function(){
- Identity.logout();
- };
+ Identity.logout();
+ };
}]);