Added checkbox to control wether past events are shown or not

This commit is contained in:
2019-03-11 19:11:07 +01:00
parent d4177e7489
commit 6bbf79e62a
2 changed files with 17 additions and 6 deletions

View File

@ -9,6 +9,6 @@
<script src="timer.js"></script>
</head>
<body>
<label><input type="checkbox" id="showPastEvents" /> Auch abgelaufene Events zeigen</label>
</body>
</html>