We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39665e4 commit b2b23adCopy full SHA for b2b23ad
1 file changed
script.js
@@ -216,6 +216,7 @@ function pushrequest(){
216
const reader = new FileReader();
217
reader.onload = () => {
218
alarm = new Audio(reader.result);
219
+ alarm.loop = true;
220
M.toast({html: 'アラーム音を設定しました'})
221
};
222
0 commit comments