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

+ 1 - 1
tarteaucitron.js

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