Fixed indenting.

This commit is contained in:
Ajay Ramachandran
2019-09-24 18:21:47 -04:00
parent 563610cbcd
commit 8bb8511bf4

View File

@@ -937,15 +937,15 @@ function dontShowNoticeAgain() {
}
function sponsorMessageStarted(callback) {
v = document.querySelector('video');
v = document.querySelector('video');
//send back current time
callback({
time: v.currentTime
})
//send back current time
callback({
time: v.currentTime
})
//update button
toggleStartSponsorButton();
//update button
toggleStartSponsorButton();
}
function submitSponsorTimes() {