WojtekTB / UCSD-Schedule-Visualizer

Chrome extension that creates a timetable of your WebReg classes and shows you where the class you are hovering over would fit in your schedule.
MIT License
5 stars 3 forks source link

Fixed issue with LE/DI not showing up if both on same set of days #21

Closed newracket closed 1 year ago

newracket commented 1 year ago

Ex: CAT 2 with both LE & DI on TuTh (see image below). When it gets to the second line, it ends up overwriting the lecture. This happened because the days property was an object, with the key being "TuTh". I changed it to use an array, so both the LE and DI will be included. image

WojtekTB commented 1 year ago

lgtm

WojtekTB commented 1 year ago

Thanks for your PR