Submission notice now updates when sponsors are added

This commit is contained in:
Ajay Ramachandran
2020-04-02 00:59:11 -04:00
parent 72c98923f6
commit e055a66342
3 changed files with 17 additions and 4 deletions

View File

@@ -1105,6 +1105,10 @@ function updateSponsorTimesSubmitting() {
// Restart skipping schedule
startSponsorSchedule();
if (submissionNotice !== null) {
submissionNotice.update();
}
}
}
});