Fix bangleapps after recent PRs

pull/934/head
Gordon Williams 2021-11-23 11:48:34 +00:00
parent aaf06b113c
commit 3ba779ee58
3 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,4 @@
apps/animclk/V29.LBM.js apps/animclk/V29.LBM.js
apps/banglerun/rollup.config.js apps/banglerun/rollup.config.js
apps/schoolCalendar/fullcalendar/main.js
apps/authentiwatch/qr_packed.js

View File

@ -4262,7 +4262,7 @@
"id": "cliclockJS2Enhanced", "id": "cliclockJS2Enhanced",
"name": "Commandline-Clock JS2 Enhanced", "name": "Commandline-Clock JS2 Enhanced",
"shortName": "CLI-Clock JS2", "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!", "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", "icon": "app.png",
"screenshots": [{"url":"screengrab.png"}], "screenshots": [{"url":"screengrab.png"}],

View File

@ -2,5 +2,5 @@
(function() { (function() {
var alarms = require('Storage').readJSON('schoolCalendarAlarms.json',1)||[]; var alarms = require('Storage').readJSON('schoolCalendarAlarms.json',1)||[];
var time = new Date(); var time = new Date();
E.showPrompt(School Calendar Alarm Test) E.showPrompt("School Calendar Alarm Test");
})(); })();