diff --git a/apps/hourstrike/.boot.js.swp b/apps/hourstrike/.boot.js.swp new file mode 100644 index 000000000..ea6ab4d6d Binary files /dev/null and b/apps/hourstrike/.boot.js.swp differ diff --git a/apps/hourstrike/boot.js b/apps/hourstrike/boot.js index ea8fd36a8..dacf155aa 100644 --- a/apps/hourstrike/boot.js +++ b/apps/hourstrike/boot.js @@ -3,6 +3,7 @@ var cur = new Date(); var cur_sec = cur.getMinutes()*60+cur.getSeconds(); var notify_sec = setting.interval>0?setting.interval-setting.interval%cur_sec:-1; + Bangle.buzz(); console.log(notify_sec); if (notify_sec>0) setTimeout(load('hourstrike.js'), notify_sec*1000); })();