Use triple equals in the other places too

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
Mcat12
2018-01-07 14:20:41 -05:00
parent 322f73fcac
commit afe2f73bef

View File

@@ -144,7 +144,7 @@ function updateTopDomainsChart() {
$("#domain-frequency .overlay").hide();
listsStillLoading--;
if(listsStillLoading == 0)
if(listsStillLoading === 0)
timeoutWarning.hide();
});
}
@@ -184,7 +184,7 @@ function updateTopAdsChart() {
$("#ad-frequency .overlay").hide();
listsStillLoading--;
if(listsStillLoading == 0)
if(listsStillLoading === 0)
timeoutWarning.hide();
});
}