1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

ignore cookies modal if GA is disabled

This commit is contained in:
Sylvain 2019-06-13 14:00:43 +02:00
parent 708c966d61
commit 84c90cdef3

View File

@ -51,7 +51,7 @@ Application.Controllers.controller('CookiesController', ['$scope', '$cookies', '
}
});
// if the GA_ID environment variable was not set, only functional cookies will be set, so user consent is not required
// $scope.cookiesState = 'ignore';
$scope.cookiesState = 'ignore';
};
const readCookie = function () {