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) { function sponsorMessageStarted(callback) {
v = document.querySelector('video'); v = document.querySelector('video');
//send back current time //send back current time
callback({ callback({
time: v.currentTime time: v.currentTime
}) })
//update button //update button
toggleStartSponsorButton(); toggleStartSponsorButton();
} }
function submitSponsorTimes() { function submitSponsorTimes() {