Amauri CHAMPEAUX il y a 4 ans
Parent
commit
3c6d75f4b4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tarteaucitron.js

+ 1 - 1
tarteaucitron.js

@@ -534,7 +534,7 @@ var tarteaucitron = {
                             tarteaucitron.job = [];
                             tarteaucitron.job = [];
                         }
                         }
 
 
-                        if (tarteaucitron.job.length == 0) {
+                        if (tarteaucitron.job.length === 0) {
                             tarteaucitron.userInterface.closeAlert();
                             tarteaucitron.userInterface.closeAlert();
                         }
                         }