mirror of
https://github.com/pi-hole/web.git
synced 2026-04-23 02:09:58 +01:00
Use triple equals in the other places too
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user