From 439c8de2d230129a0e5be7ddbf02d8913b966e77 Mon Sep 17 00:00:00 2001 From: MarcoVitchiThulin <142972250+MarcoVitchiThulin@users.noreply.github.com> Date: Wed, 30 Aug 2023 10:01:40 +0200 Subject: [PATCH] Update grab.js --- README.md | 3 +-- grab.js | 5 +---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6b3278f..1779724 100644 --- a/README.md +++ b/README.md @@ -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')) \ No newline at end of file +import('https://github.com/ZervoTheProtogen/schoolsoft-schema-parser/blob/main/grab.js') \ No newline at end of file diff --git a/grab.js b/grab.js index 3d4b4c5..5d809ba 100644 --- a/grab.js +++ b/grab.js @@ -1,4 +1 @@ - -function extractSchedule() { - console.log("[ Loaded grab.js ]") -} \ No newline at end of file +console.log("[ Loaded grab.js ]") \ No newline at end of file