From 88b2cefa95628b198e27d4ad11d785655a2bbf1a Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 7 Feb 2015 14:43:17 -0500 Subject: [PATCH] silly typo --- src/js/popup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/popup.js b/src/js/popup.js index 21cdc6e90..ad5e4be46 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; }