summaryrefslogtreecommitdiffstats
path: root/js/grades.js
diff options
context:
space:
mode:
authorAnton Luka Šijanec <sijanecantonluka@gmail.com>2020-02-24 23:42:30 +0100
committerAnton Luka Šijanec <sijanecantonluka@gmail.com>2020-02-24 23:42:30 +0100
commit236628b07d5187d34759aac70d19d4fe89c93077 (patch)
tree0c0438f2e78a0f7de0fbeacade8db7f44b7f3c2d /js/grades.js
parentmultiple attached pictures, ability to remove them, storage bar >> msgz (diff)
downloadbeziapp-236628b07d5187d34759aac70d19d4fe89c93077.tar
beziapp-236628b07d5187d34759aac70d19d4fe89c93077.tar.gz
beziapp-236628b07d5187d34759aac70d19d4fe89c93077.tar.bz2
beziapp-236628b07d5187d34759aac70d19d4fe89c93077.tar.lz
beziapp-236628b07d5187d34759aac70d19d4fe89c93077.tar.xz
beziapp-236628b07d5187d34759aac70d19d4fe89c93077.tar.zst
beziapp-236628b07d5187d34759aac70d19d4fe89c93077.zip
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();
+});