mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 13:37:04 +03:00
Added info about popup.
This commit is contained in:
@@ -620,6 +620,7 @@ function submitSponsorTimes() {
|
|||||||
|
|
||||||
if (sponsorTimes != undefined && sponsorTimes.length > 0) {
|
if (sponsorTimes != undefined && sponsorTimes.length > 0) {
|
||||||
let confirmMessage = "Are you sure you want to submit this?\n\n" + getSponsorTimesMessage(sponsorTimes);
|
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;
|
if(!confirm(confirmMessage)) return;
|
||||||
|
|
||||||
sendSubmitMessage();
|
sendSubmitMessage();
|
||||||
|
|||||||
Reference in New Issue
Block a user