From 07cb830c35f2bed8cfa8abcd1e31fc5bf965db9d Mon Sep 17 00:00:00 2001 From: rstular Date: Thu, 14 May 2020 01:51:10 +0200 Subject: Styling changes, first round of bug fixes There are (probably) more changes incoming, but we need to discuss them first --- js/gradings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/gradings.js') diff --git a/js/gradings.js b/js/gradings.js index 756db9f..c55e743 100644 --- a/js/gradings.js +++ b/js/gradings.js @@ -91,7 +91,7 @@ async function loadGradings(force_refresh = false) { if (gradings === null || gradings === [] || gradings === -1 || force_refresh) { try { let gsecInstance = new gsec(); - await gsecInstance.login(username, password); + await gsecInstance.login(username, password); gsecInstance.fetchGradings().then( (value) => { gradings = value; localforage.setItem("gradings", value).then((value) => { -- cgit v1.2.3