mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 06:27:14 +03:00
Move config values and close notice
This commit is contained in:
@@ -1746,7 +1746,8 @@ function resetSponsorSubmissionNotice() {
|
||||
|
||||
function submitSponsorTimes() {
|
||||
if (submissionNotice !== null){
|
||||
submissionNotice.noticeElement.style.display = (submissionNotice.noticeElement.style.display === "none") ? null : "none";
|
||||
submissionNotice.close();
|
||||
submissionNotice = null;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user