diff --git a/.eslintignore b/.eslintignore index 57fedb0da..e657b6260 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,4 @@ apps/animclk/V29.LBM.js apps/banglerun/rollup.config.js +apps/schoolCalendar/fullcalendar/main.js +apps/authentiwatch/qr_packed.js diff --git a/apps.json b/apps.json index d7d0f5257..1eaece8a4 100644 --- a/apps.json +++ b/apps.json @@ -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"}], diff --git a/apps/schoolCalendar/boot.js b/apps/schoolCalendar/boot.js index e4f223c0c..cb22decb7 100644 --- a/apps/schoolCalendar/boot.js +++ b/apps/schoolCalendar/boot.js @@ -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"); })();