From 870477d4a2e5836e9729141128b85ac9e93b01a8 Mon Sep 17 00:00:00 2001 From: Om Joshi Date: Thu, 11 Nov 2021 23:22:23 -0600 Subject: [PATCH 1/2] fixed "Import to UT Reg+" button (capitalized import.js line 8) --- js/import.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/import.js b/js/import.js index 3580d67c..9c03b0a7 100644 --- a/js/import.js +++ b/js/import.js @@ -5,7 +5,7 @@ $(function () { sem = waitlist ? $('[name="s_ccyys"]').val() : $("option[selected='selected']").val(); if (waitlist) { $("[href='#top']").before(Template.Import.import_button()); - $("[name='wl_see_my_waitlists']").before(Template.import.store_waitlist_message()); + $("[name='wl_see_my_waitlists']").before(Template.Import.store_waitlist_message()); $("[name='wl_see_my_waitlists']").after(Template.Import.waitlist_import_button()); extractWaitlistInfo(); } else { From 0ee6f1c68a1cd9570c3aa2a2c53201480df8c647 Mon Sep 17 00:00:00 2001 From: Om Joshi Date: Fri, 12 Nov 2021 01:40:43 -0600 Subject: [PATCH 2/2] don't console.log conflicts --- js/courseCatalog.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/courseCatalog.js b/js/courseCatalog.js index f6050ab2..c9272e4e 100644 --- a/js/courseCatalog.js +++ b/js/courseCatalog.js @@ -213,9 +213,6 @@ function updateListConflictHighlighting(start = 0) { } function updateTextHighlighting(tds, canHighlight, isConflict, alreadyContains, conflictList, row, unique) { - if(conflictList.length){ - console.log(conflictList); - } conflict_texts = row.find('.tooltiptext'); let unique_list = conflictList.filter(function(course){ if(course.unique != unique){