From 3c6d75f4b46369368d52c7e0865b88db4d6ad34a Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Wed, 28 Apr 2021 14:40:14 +0200 Subject: [PATCH] === 0 --- tarteaucitron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.js b/tarteaucitron.js index 17627d2..698397a 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -534,7 +534,7 @@ var tarteaucitron = { tarteaucitron.job = []; } - if (tarteaucitron.job.length == 0) { + if (tarteaucitron.job.length === 0) { tarteaucitron.userInterface.closeAlert(); }