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 */
72
72
if (subject.state != "current")
77
76
h3.find('a').attr('href', subject.url);
78
77
$(specialhomediv).append(h3);