Fixed delete.

master
David Peer 2022-03-08 19:32:09 +01:00
parent 49053e6121
commit 06293ad9c0
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ function editTimer(idx, hrs, mins, secs){
function deleteAlarm(idx){
var alarmIndex = getAlarmIndex(idx);
if(!alarmExists(alarmIndex)){
if(!alarmExists(idx)){
return;
}