From 6275c2d62c6c3c30d4bc1e93ee528b9d0872fca7 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 29 Jul 2019 11:41:43 -0400 Subject: [PATCH] Added info about popup. --- content.js | 1 + 1 file changed, 1 insertion(+) diff --git a/content.js b/content.js index aa322291..dd75b772 100644 --- a/content.js +++ b/content.js @@ -620,6 +620,7 @@ function submitSponsorTimes() { if (sponsorTimes != undefined && sponsorTimes.length > 0) { let confirmMessage = "Are you sure you want to submit this?\n\n" + getSponsorTimesMessage(sponsorTimes); + confirmMessage += "\n\nTo see more information, open the popup by clicking the extensions icon in the top right corner." if(!confirm(confirmMessage)) return; sendSubmitMessage();