summaryrefslogtreecommitdiffstats
path: root/dist/js/gsec.js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/js/gsec.js')
-rw-r--r--dist/js/gsec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/js/gsec.js b/dist/js/gsec.js
index 1016e7c..2a05ea6 100644
--- a/dist/js/gsec.js
+++ b/dist/js/gsec.js
@@ -249,7 +249,7 @@ class gsec {
fetchGradings() {
- const DESC_REGEX = /\((.+?)\)/;
+ const DESC_REGEX = /\((.+?)\)/m;
const SUBJECT_REGEX = /^(.+?) \(/m;
return new Promise((resolve) => {