aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/js/popup.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/popup.js b/src/js/popup.js
index 21cdc6e..ad5e4be 100644
--- a/src/js/popup.js
+++ b/src/js/popup.js
@@ -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;
}