From 8bb8511bf42270aff5e8db597a3cf9c5b02b9d46 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 24 Sep 2019 18:21:47 -0400 Subject: [PATCH] Fixed indenting. --- content.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content.js b/content.js index ad957aa8..5283354c 100644 --- a/content.js +++ b/content.js @@ -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() {