Update grab.js
This commit is contained in:
parent
4c9982d015
commit
439c8de2d2
2 changed files with 2 additions and 6 deletions
|
@ -3,5 +3,4 @@ Parses schoolsoft schedules from 'right_student_schedule.jsp' file into readable
|
||||||
|
|
||||||
CURRENTLY REWRITING ENTIRELY, DONT LOOK AT IT :)
|
CURRENTLY REWRITING ENTIRELY, DONT LOOK AT IT :)
|
||||||
|
|
||||||
document.createElement('script').src = 'https://github.com/ZervoTheProtogen/schoolsoft-schema-parser/blob/main/grab.js';
|
import('https://github.com/ZervoTheProtogen/schoolsoft-schema-parser/blob/main/grab.js')
|
||||||
console.log(file.function('extractSchedule'))
|
|
5
grab.js
5
grab.js
|
@ -1,4 +1 @@
|
||||||
|
console.log("[ Loaded grab.js ]")
|
||||||
function extractSchedule() {
|
|
||||||
console.log("[ Loaded grab.js ]")
|
|
||||||
}
|
|
Loading…
Reference in a new issue