mirror of https://github.com/espruino/BangleApps
Fix bangleapps after recent PRs
parent
aaf06b113c
commit
3ba779ee58
|
@ -1,2 +1,4 @@
|
|||
apps/animclk/V29.LBM.js
|
||||
apps/banglerun/rollup.config.js
|
||||
apps/schoolCalendar/fullcalendar/main.js
|
||||
apps/authentiwatch/qr_packed.js
|
||||
|
|
|
@ -4262,7 +4262,7 @@
|
|||
"id": "cliclockJS2Enhanced",
|
||||
"name": "Commandline-Clock JS2 Enhanced",
|
||||
"shortName": "CLI-Clock JS2",
|
||||
"version": "0.2",
|
||||
"version": "0.02",
|
||||
"description": "Simple CLI-Styled Clock with enhancements. Modes that are hard to use and unneded are removed (BPM, battery info, memory ect) credit to hughbarney for the original code and design. Also added HID media controlls, just swipe on the clock face to controll the media! Gadgetbride support coming soon(hopefully) Thanks to t0m1o1 for media controls!",
|
||||
"icon": "app.png",
|
||||
"screenshots": [{"url":"screengrab.png"}],
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
(function() {
|
||||
var alarms = require('Storage').readJSON('schoolCalendarAlarms.json',1)||[];
|
||||
var time = new Date();
|
||||
E.showPrompt(School Calendar Alarm Test)
|
||||
E.showPrompt("School Calendar Alarm Test");
|
||||
})();
|
||||
|
|
Loading…
Reference in New Issue