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 c961c23..1016e7c 100644
--- a/assets/js/gsec.js
+++ b/assets/js/gsec.js
@@ -250,7 +250,7 @@ class gsec {
fetchGradings() {
const DESC_REGEX = /\((.+?)\)/;
- const SUBJECT_REGEX = /^(.+?) \(/;
+ const SUBJECT_REGEX = /^(.+?) \(/m;
return new Promise((resolve) => {
var gradings = [];