Update grab.js

This commit is contained in:
MarcoVitchiThulin 2023-08-30 10:01:40 +02:00
parent 4c9982d015
commit 439c8de2d2
2 changed files with 2 additions and 6 deletions

View file

@ -3,5 +3,4 @@ Parses schoolsoft schedules from 'right_student_schedule.jsp' file into readable
CURRENTLY REWRITING ENTIRELY, DONT LOOK AT IT :)
document.createElement('script').src = 'https://github.com/ZervoTheProtogen/schoolsoft-schema-parser/blob/main/grab.js';
console.log(file.function('extractSchedule'))
import('https://github.com/ZervoTheProtogen/schoolsoft-schema-parser/blob/main/grab.js')

View file

@ -1,4 +1 @@
function extractSchedule() {
console.log("[ Loaded grab.js ]")
}
console.log("[ Loaded grab.js ]")