Skip to content

Commit b2b23ad

Browse files
authored
アラームをループする
1 parent 39665e4 commit b2b23ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ function pushrequest(){
216216
const reader = new FileReader();
217217
reader.onload = () => {
218218
alarm = new Audio(reader.result);
219+
alarm.loop = true;
219220
M.toast({html: 'アラーム音を設定しました'})
220221
};
221222

0 commit comments

Comments
 (0)