mirror of https://github.com/gorhill/uBlock.git
silly typo
This commit is contained in:
parent
38b4dfdfae
commit
88b2cefa95
|
@ -302,8 +302,8 @@ var renderPrivacyExposure = function() {
|
|||
|
||||
// The root page domain must always be counted as connected: that's from
|
||||
// where the root document was fetched.
|
||||
if ( allDomains[popupData.pdageDomain] !== true ) {
|
||||
allDomains[popupData.pdageDomain] = true;
|
||||
if ( allDomains[popupData.pageDomain] !== true ) {
|
||||
allDomains[popupData.pageDomain] = true;
|
||||
touchedDomainCount += 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue