This website requires JavaScript.
Explore
Help
Sign In
FOSS
/
BangleApps
mirror of
https://github.com/espruino/BangleApps
Watch
1
Star
0
Fork
You've already forked BangleApps
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
acb96b5d1e
BangleApps
/
apps
/
qalarm
/
boot.js
2 lines
68 B
JavaScript
Raw
Normal View
History
Unescape
Escape
0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946) Fix app icon Change menu order so 'back' is at the top
2021-12-02 10:07:45 +00:00
(
function
(
)
{
eval
(
require
(
"Storage"
)
.
read
(
"qalarmcheck.js"
)
)
;
}
)
(
)