Skip to content

Commit e9eca14

Browse files
tunedin-ctrltunein
andauthored
whatweekisitfix after riz (#132)
Co-authored-by: tunein <z5371683@ad.unsw.edu.au>
1 parent f52ddf7 commit e9eca14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/whatweekisit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ module.exports = {
119119
const data_const = { period: "", term: "" };
120120
// Select the text content of a and span elements
121121
// Store the textcontent in the above object
122-
data_const.period = $(el).children("td:nth-child(3)").text();
122+
data_const.period = $(el).children("td:nth-child(2)").text();
123123
data_const.term = $(el).children("td:nth-child(1)").text();
124124

125125
// console.log($(el).children("td:nth-child(2)").text() + "\n");

0 commit comments

Comments
 (0)