Skip to content

Commit

Permalink
time fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
p32929 committed Aug 29, 2020
1 parent 1cf2010 commit 060e753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const store = new Store();
const Dialogs = require('dialogs')
const dialogs = Dialogs()

var workTime = 0.1;
var breakTime = 0.1;
var workTime = 25;
var breakTime = 5;

var counterDOM = document.getElementById('counter')
var sessionLengthDOM = document.getElementById('session-length')
Expand Down

0 comments on commit 060e753

Please sign in to comment.