Correct number of minutes

master
David Peer 2021-11-19 18:57:28 +01:00
parent b4a355cfe1
commit 19dcd2721a
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ function queueAlarm() {
function handleAlarm(){
// If alarm is zero, inform the user.
if(alarm == 0){
// After n minutes, inform the user.
if(alarm == 1){
alarm = -1;
var t = 300;