popup message styling/functionality

This commit is contained in:
10001shh
2018-08-25 16:30:00 -05:00
parent 9b7763af4b
commit 38112c5e8a
4 changed files with 68 additions and 26 deletions

View File

@@ -203,7 +203,6 @@ function getCourseInfo(row) {
}
});
/*Handle if on the individual course page, ie if the textbook button exists*/
console.log($("#textbook_button").length);
if ($("#textbook_button").length) {
coursename = $("#details h2").text();
profinit = $("table").find("td[data-th='Instructor']").text().split(", ")[1].substring(0, 1);