Update popup.js

This commit is contained in:
Official Noob 2019-07-30 20:46:02 +01:00 committed by GitHub
parent 69dee25ea8
commit d51e8044f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,7 +193,7 @@ function loadTabData(tabs) {
displaySponsorTimes();
//show submission section
submissionSection.style.display = "unset";
SB.submissionSection.style.display = "unset";
showSubmitTimesIfNecessary();
}