Cosmetics: close error boxes and results in color

This commit is contained in:
Claude Brisson
2024-03-17 10:58:08 +01:00
parent 55d8951fd7
commit 1fce827894
3 changed files with 17 additions and 0 deletions

View File

@@ -127,6 +127,10 @@
}
});
$('#error').on('click', e => {
clearFeedback();
});
// prev/next round buttons
if (typeof(activeRound) !== 'undefined') {
if (activeRound === 1) {