Skip to content

Commit fb3e38e

Browse files
authored
Update alarm.html
1 parent 79c6477 commit fb3e38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/alarm/alarm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
xhr.send();
3232
});
3333

34-
let translated; = {};
34+
let translated = {};
3535
let translate = () => {
3636
Promise.all(translateFile("app.js"), translateFile("alarm.js")).then(() => {
3737
document.getElementById("upload").style.visibility = 'visible';

0 commit comments

Comments
 (0)