65
65
var subject = subjects[i];
66
66
var subjpath = subject.subj_short_name;
67
67
// Header, with link to offering home page.
69
69
h3.find('.subjname').text(subject.subj_name);
70
70
/* Non-current offerings need to show the semester, to avoid confusion
71
71
* about which offering we are talking about */