dashboard: I've a picture on my login
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7dfb50e357
commit
85e9df1fd8
@ -92,10 +92,7 @@ angular.module("AdLinApp")
|
|||||||
if (tmpstats[chid] !== undefined)
|
if (tmpstats[chid] !== undefined)
|
||||||
tmpstats[chid].warning++;
|
tmpstats[chid].warning++;
|
||||||
});
|
});
|
||||||
if (login == "nemunaire")
|
challenges["img"] = login;
|
||||||
challenges["img"] = "mercie_d"
|
|
||||||
else
|
|
||||||
challenges["img"] = login
|
|
||||||
$scope.students[login] = challenges;
|
$scope.students[login] = challenges;
|
||||||
});
|
});
|
||||||
$scope.stats = tmpstats;
|
$scope.stats = tmpstats;
|
||||||
@ -128,7 +125,7 @@ angular.module("AdLinApp")
|
|||||||
$scope.mychallenges = mychals
|
$scope.mychallenges = mychals
|
||||||
})
|
})
|
||||||
|
|
||||||
$scope.img = $scope.onestudent == "nemunaire" ? "mercie_d" : $scope.onestudent
|
$scope.img = $scope.onestudent;
|
||||||
}
|
}
|
||||||
$scope.$watch("onestudent", function(onestudent) {
|
$scope.$watch("onestudent", function(onestudent) {
|
||||||
refreshStd();
|
refreshStd();
|
||||||
|
Reference in New Issue
Block a user