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:
parent
708c966d61
commit
84c90cdef3
@ -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 () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user