From 2ff70f1511cb8775a46c95859b7ea3d76c45a9e0 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 28 Jul 2019 18:32:53 -0400 Subject: [PATCH] Added missing references. --- popup.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/popup.js b/popup.js index 4526bfbe..7a8711df 100644 --- a/popup.js +++ b/popup.js @@ -16,6 +16,10 @@ SB.reportAnIssue = document.getElementById("reportAnIssue"); SB.sponsorTimesContributionsContainer = document.getElementById("sponsorTimesContributionsContainer"); SB.sponsorTimesContributionsDisplay = document.getElementById("sponsorTimesContributionsDisplay"); SB.sponsorTimesContributionsDisplayEndWord = document.getElementById("sponsorTimesContributionsDisplayEndWord"); +// sponsorTimesViewsDisplay +SB.sponsorTimesViewsContainer = document.getElementById("sponsorTimesViewsDisplayContainer"); +SB.sponsorTimesViewsDisplay = document.getElementById("sponsorTimesViewsDisplayDisplay"); +SB.sponsorTimesViewsDisplayEndWord = document.getElementById("sponsorTimesViewsDisplayDisplayEndWord"); //setup click listeners SB.sponsorStart.addEventListener("click", sendSponsorStartMessage);