Update boot.js

master
Ronin0000 2021-11-22 10:57:14 -08:00 committed by GitHub
parent 740f4a9566
commit 84d9ca4b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

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