1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 10:09:38 +02:00

silly typo

This commit is contained in:
gorhill 2015-02-07 14:43:17 -05:00
parent 38b4dfdfae
commit 88b2cefa95

View File

@ -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;
}