From 7efdaa7a9a42f10171d237bb4119f5ae3ddf3523 Mon Sep 17 00:00:00 2001 From: Sriram Hariharan Date: Sun, 8 Jul 2018 18:52:28 -0500 Subject: [PATCH] list --- content.js | 491 +++++++++++++++++++++++++++-------------------------- popup.html | 1 + popup.js | 0 styles.css | 5 +- todo | 1 + 5 files changed, 254 insertions(+), 244 deletions(-) create mode 100644 popup.js 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 = '