Fixed cut off text.

This commit is contained in:
Ajay Ramachandran
2019-08-23 21:01:31 -04:00
parent 536c6e3e41
commit 781096c290

View File

@@ -282,11 +282,12 @@ function videoIDChange(id) {
} else { } else {
changeStartSponsorButton(true, false); changeStartSponsorButton(true, false);
} }
//see if this data should be saved in the sponsorTimesSubmitting variable //see if this data should be saved in the sponsorTimesSubmitting variable
if (sponsorTimes != undefined && sponsorTimes.length > 0) { if (sponsorTimes != undefined && sponsorTimes.length > 0) {
sponsorTimesSubmitting = sponsorTimes; sponsorTimesSubmitting = sponsorTimes;
pdatePreviewBar(); updatePreviewBar();
} }
} }
}); });