We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e65cca commit 5061dc4Copy full SHA for 5061dc4
apps/sched/sched.js
@@ -30,7 +30,6 @@ function showSnoozeMenu(alarm){
30
title: "Snooze Options",
31
buttons
32
}).then(function (snoozeTime) {
33
- buzzCount = 0;
34
35
36
if (alarm.ot === undefined) {
@@ -52,7 +51,6 @@ function showSnoozeMenu(alarm){
52
51
53
buttons: { "1m": 1, "2m":2,"5m": 5,"10m":10 }
54
55
56
57
58
0 commit comments