This commit is contained in:
Amauri CHAMPEAUX 2021-04-28 14:40:14 +02:00
parent bc324cd537
commit 3c6d75f4b4
1 changed files with 1 additions and 1 deletions

View File

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