Small changes

This commit is contained in:
mmble
2020-09-22 20:07:17 +02:00
parent 7fecf2a8d4
commit 03cba1940c

View File

@@ -287,7 +287,7 @@ async function runThePopup(messageListener?: MessageListener) {
sponsorTimes = sponsorTimesStorage; sponsorTimes = sponsorTimesStorage;
//show submission section //show submission section
PageElements.submissionSection.style.display = "flex"; PageElements.submissionSection.style.display = "unset";
showSubmitTimesIfNecessary(); showSubmitTimesIfNecessary();
} }