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 c961c23..1016e7c 100644
--- a/dist/js/gsec.js
+++ b/dist/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 = [];