Browse Source

Fix atnofallback

Amauri CHAMPEAUX 3 years ago
parent
commit
e2c72232c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tarteaucitron.services.js

+ 1 - 1
tarteaucitron.services.js

@@ -3567,7 +3567,7 @@ tarteaucitron.services.atinternet = {
             return;
             return;
         }
         }
 
 
-        if (tarteaucitron.user.atNoFallback !== undefined) {
+        if (tarteaucitron.user.atNoFallback === true) {
             return;
             return;
         }
         }