Delete boot.js

pull/934/head
Ronin0000 2021-11-23 07:05:47 -08:00 committed by GitHub
parent 684294830d
commit cfecc24f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

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