meisterschaft 2022
This commit is contained in:
parent
f1085ce37b
commit
9c15f6c0e9
|
@ -1,3 +1,6 @@
|
|||
h1
|
||||
float: left
|
||||
|
||||
#clock
|
||||
.duration
|
||||
font-size: 2em
|
||||
|
@ -45,6 +48,7 @@
|
|||
outline: none
|
||||
|
||||
main
|
||||
clear: both
|
||||
margin: 0 auto
|
||||
width: 20em
|
||||
text-align: center
|
||||
|
|
|
@ -73,7 +73,6 @@ window.addEventListener 'load', ->
|
|||
window.list = []
|
||||
counter = 0
|
||||
clock.element.addEventListener 'clock_splitted', (e) ->
|
||||
counter++
|
||||
dur = duration_to_string e.duration
|
||||
tr = document.createElement 'tr'
|
||||
td = document.createElement 'td'
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
%body
|
||||
%header
|
||||
%h1 Zeitschplitter
|
||||
%main
|
||||
#clock
|
||||
.duration 00:00:00.0
|
||||
.controls(data-state="loaded")
|
||||
|
@ -24,6 +23,7 @@
|
|||
%button.export ⤓
|
||||
.never
|
||||
%a.exporthelper(download="schplitter.csv")
|
||||
%main
|
||||
#TimeList
|
||||
%table
|
||||
%thead
|
||||
|
|
Loading…
Reference in a new issue