style: Reformat and comment

This commit is contained in:
sthag 2025-11-02 09:18:12 +01:00
parent 9d15f22f5d
commit abf393191c
3 changed files with 8 additions and 9 deletions

View file

@ -68,11 +68,9 @@ tags:
timeDisplay.pause();
console.info('Pause time');
});
document.getElementById('resumeButton').addEventListener('click', () => {
timeDisplay.resume();
console.info('Resume time');
});
</script>
{% endblock %}