=== 0
This commit is contained in:
parent
bc324cd537
commit
3c6d75f4b4
|
|
@ -534,7 +534,7 @@ var tarteaucitron = {
|
|||
tarteaucitron.job = [];
|
||||
}
|
||||
|
||||
if (tarteaucitron.job.length == 0) {
|
||||
if (tarteaucitron.job.length === 0) {
|
||||
tarteaucitron.userInterface.closeAlert();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue