diff --git a/README.md b/README.md index 052bb45..6b3278f 100644 --- a/README.md +++ b/README.md @@ -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(""); \ No newline at end of file +console.log(file.function('extractSchedule')) \ No newline at end of file diff --git a/grab.js b/grab.js index 5d809ba..3d4b4c5 100644 --- a/grab.js +++ b/grab.js @@ -1 +1,4 @@ -console.log("[ Loaded grab.js ]") \ No newline at end of file + +function extractSchedule() { + console.log("[ Loaded grab.js ]") +} \ No newline at end of file