Update grab.js
This commit is contained in:
parent
53586c544e
commit
4c9982d015
2 changed files with 5 additions and 4 deletions
|
@ -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'))
|
5
grab.js
5
grab.js
|
@ -1 +1,4 @@
|
|||
console.log("[ Loaded grab.js ]")
|
||||
|
||||
function extractSchedule() {
|
||||
console.log("[ Loaded grab.js ]")
|
||||
}
|
Loading…
Reference in a new issue