Update grab.js

This commit is contained in:
MarcoVitchiThulin 2023-08-30 09:50:43 +02:00
parent 53586c544e
commit 4c9982d015
2 changed files with 5 additions and 4 deletions

View file

@ -4,6 +4,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('extract'))
document.write("<script src='https://github.com/ZervoTheProtogen/schoolsoft-schema-parser/blob/main/grab.js'></script>");
console.log(file.function('extractSchedule'))

View file

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