diff --git a/content.js b/content.js index 3fab78f4..7bde98d3 100644 --- a/content.js +++ b/content.js @@ -9,17 +9,16 @@ var department; var course_nbr; var description; const days = new Map([["M" ,"Monday"], - ["T", "Tuesday"], ["W", "Wednesday"],["TH" ,"Thursday"], - ["F", "Friday"]]); +["T", "Tuesday"], ["W", "Wednesday"],["TH" ,"Thursday"], +["F", "Friday"]]); $(document).ready( function() { loadDataBase(); //make heading $("table thead th:last-child").after('Plus'); - var modhtml = '