summaryrefslogtreecommitdiffstats
path: root/js/grades.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/grades.js')
-rw-r--r--js/grades.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/grades.js b/js/grades.js
index 5c544fb..2c247f1 100644
--- a/js/grades.js
+++ b/js/grades.js
@@ -273,4 +273,5 @@ document.addEventListener("DOMContentLoaded", async () => {
// Setup side modal
const modals = document.querySelectorAll('.side-modal');
M.Sidenav.init(modals, { edge: 'left', draggable: false });
-}); \ No newline at end of file
+ await loadGrades();
+});