summaryrefslogtreecommitdiffstats
path: root/assets/js/gsec.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/gsec.js')
-rw-r--r--assets/js/gsec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/gsec.js b/assets/js/gsec.js
index 1016e7c..2a05ea6 100644
--- a/assets/js/gsec.js
+++ b/assets/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) => {