maatma: Fix legend on home page

This commit is contained in:
nemunaire 2022-03-09 21:42:53 +01:00
commit 1e41b709c6
4 changed files with 8 additions and 1 deletions

View file

@ -112,6 +112,7 @@ angular.module("AdLinApp")
.controller("ProgressionController", function($scope, $interval, $http) {
$scope.tuto_progress = tuto_progress;
$scope.tuto_legend = tuto_legend;
$scope.mychallenges = {};
var refreshChal = function() {