From e2c72232c27aea35d49ccddde0bdc3356b8505fa Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Mon, 9 May 2022 10:38:11 +0200 Subject: [PATCH] Fix atnofallback --- tarteaucitron.services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index f811b22..1ab1225 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -3567,7 +3567,7 @@ tarteaucitron.services.atinternet = { return; } - if (tarteaucitron.user.atNoFallback !== undefined) { + if (tarteaucitron.user.atNoFallback === true) { return; }