Add logo, remove session checking every 2 seconds

This commit is contained in:
manzerbredes 2016-02-03 16:40:02 +01:00
parent 84db461afb
commit eb9f9c9a6e
8 changed files with 5 additions and 14 deletions

View file

@ -8,7 +8,7 @@ mainApp.controller('statusCtrl', function ($scope,$interval,$sce)
{
// Update status every 2 seconds
$interval(function(){
/*$interval(function(){
var status=identity.fetchStatus();
$scope.username=status[1];
$scope.lastconnection=status[2];
@ -18,7 +18,7 @@ mainApp.controller('statusCtrl', function ($scope,$interval,$sce)
else{
$scope.connection=$sce.trustAsHtml("<span style=\"color:red;\">Offline</span>");
}
}, 2000);
}, 2000);*/