Use triple equals

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
Mcat12
2018-01-07 14:13:57 -05:00
parent 081f0bb98c
commit 322f73fcac

View File

@@ -102,7 +102,7 @@ function updateTopClientsChart() {
$("#client-frequency .overlay").hide();
listsStillLoading--;
if(listsStillLoading == 0)
if(listsStillLoading === 0)
timeoutWarning.hide();
});
}