We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52ddf7 commit e9eca14Copy full SHA for e9eca14
commands/whatweekisit.js
@@ -119,7 +119,7 @@ module.exports = {
119
const data_const = { period: "", term: "" };
120
// Select the text content of a and span elements
121
// Store the textcontent in the above object
122
- data_const.period = $(el).children("td:nth-child(3)").text();
+ data_const.period = $(el).children("td:nth-child(2)").text();
123
data_const.term = $(el).children("td:nth-child(1)").text();
124
125
// console.log($(el).children("td:nth-child(2)").text() + "\n");
0 commit comments