Skip to content

Commit

Permalink
Select 3
Browse files Browse the repository at this point in the history
  • Loading branch information
danverbraganza committed May 21, 2024
1 parent 736d706 commit b7781e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/timer.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func (*Timer) View(ctrl moria.Controller) moria.View {
m("a", js.M{"href": "https://www.lesswrong.com/posts/RWu8eZqbwgB9zaerh/third-time-a-better-way-to-work"}, s("Third Time: A better way to work")),
s(" for more information an how to use this timer."),
),
m("hr", nil),
m("table#meetingTicker", nil,
m("tr", nil,
m("td", nil,
Expand Down Expand Up @@ -153,7 +154,7 @@ func (*Timer) View(ctrl moria.Controller) moria.View {
})},
m("option[value='1']", nil, s("1")),
m("option[value='2']", nil, s("2")),
m("option[value='3']", nil, s("3")),
m("option[value='3'][selected=true]", nil, s("3")),
m("option[value='4']", nil, s("4")),
m("option[value='5']", nil, s("5")),
)),
Expand Down

0 comments on commit b7781e0

Please sign in to comment.