diff --git a/js/courseCatalog.js b/js/courseCatalog.js index 5c0e6f5f..d3665b7b 100644 --- a/js/courseCatalog.js +++ b/js/courseCatalog.js @@ -91,7 +91,7 @@ function buildCourseLinks(course_info) { } = course_info links = { "textbook": `https://www.universitycoop.com/adoption-search-results?sn=${semester_code}__${department}__${number}__${unique}`, - "syllabi": `https://utdirect.utexas.edu/apps/student/coursedocs/nlogon/?semester=&department=${department}&course_number=${number}&course_title=&unique=&instructor_first=&instructor_last=${prof_name}&course_type=In+Residence&search=Search`, + "syllabi": `https://utdirect.utexas.edu/apps/student/coursedocs/nlogon/?year=&semester=&department=${department}&course_number=${number}&course_title=&unique=&instructor_first=&instructor_last=${prof_name}&course_type=In+Residence&search=Search`, //default ones (before first name can be used) "rate_my_prof": "http://www.ratemyprofessors.com/campusRatings.jsp?sid=1255", "ecis": "http://utdirect.utexas.edu/ctl/ecis/results/index.WBX?" diff --git a/js/utPlanner.js b/js/utPlanner.js index 0d03afe1..fb97ec1c 100644 --- a/js/utPlanner.js +++ b/js/utPlanner.js @@ -65,7 +65,7 @@ function buildCourseLinks(course_info) { } = course_info links = { "textbook": `https://www.universitycoop.com/adoption-search-results?sn=${semester_code}__${department}__${number}__${unique}`, - "syllabi": `https://utdirect.utexas.edu/apps/student/coursedocs/nlogon/?semester=&department=${department}&course_number=${number}&course_title=&unique=&instructor_first=&instructor_last=${prof_name}&course_type=In+Residence&search=Search`, + "syllabi": `https://utdirect.utexas.edu/apps/student/coursedocs/nlogon/?year=&semester=&department=${department}&course_number=${number}&course_title=&unique=&instructor_first=&instructor_last=${prof_name}&course_type=In+Residence&search=Search`, } course_info["links"] = links; return course_info;