Skip to content

Commit

Permalink
whole thing clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
p32929 committed Dec 25, 2019
1 parent 510a3d6 commit 9bf0a55
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,15 @@ $(document).ready(function () {
$("#session-length").click(function () {
setWorkLength()
})
$("#session-min").click(function () {
setWorkLength()
})
$("#break-length").click(function () {
setBreakLength()
})

$("#break-min").click(function () {
setBreakLength()
})
})

function makeFullscreen(b) {
Expand Down

0 comments on commit 9bf0a55

Please sign in to comment.