Explorar el Código

Fix atnofallback

Amauri CHAMPEAUX hace 3 años
padre
commit
e2c72232c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tarteaucitron.services.js

+ 1 - 1
tarteaucitron.services.js

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