mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 21:47:06 +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) {
|
function changeStartSponsorButton(showStartSponsor, uploadButtonVisible) {
|
||||||
if(!sponsorVideoID) return false;
|
if(!sponsorVideoID) return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user