File tree Expand file tree Collapse file tree 3 files changed +2
-23
lines changed
Expand file tree Collapse file tree 3 files changed +2
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
66 < link rel ="stylesheet " href ="style.css " />
7- < title > Title here </ title >
7+ < title > Martins clock </ title >
88 </ head >
99 < body >
1010 < div class ="centre ">
Original file line number Diff line number Diff line change @@ -32,9 +32,8 @@ function setAlarm() {
3232 timeRemaining . innerHTML =
3333 "time remaining " + formatTimeDisplay ( timeInSeconds ) ;
3434 } , 1000 ) ;
35- startButton . addEventListener ( "click" , setAlarm ) ;
36- pause . addEventListener ( "click" , pauseWhenRunning ) ;
3735
36+ pause . addEventListener ( "click" , pauseWhenRunning ) ;
3837 function pauseWhenRunning ( ) {
3938 startButton . hidden = false ;
4039 pause . hidden = true ;
You can’t perform that action at this time.
0 commit comments