mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 04:57:09 +03:00
fixed isSubmitLoaded
This commit is contained in:
@@ -622,7 +622,7 @@ function updateSponsorTimesSubmitting() {
|
||||
});
|
||||
}
|
||||
|
||||
isSubmitLoaded = () => (document.getElementById("startSponsorImage") !== undefined);
|
||||
isSubmitLoaded = () => (document.getElementById("startSponsorImage") !== null);
|
||||
|
||||
function changeStartSponsorButton(showStartSponsor, uploadButtonVisible) {
|
||||
if(!sponsorVideoID) return false;
|
||||
|
||||
Reference in New Issue
Block a user