Merge pull request #22 from omajoshi/master

This commit is contained in:
Sriram Hariharan
2021-11-12 07:43:50 -06:00
committed by GitHub
2 changed files with 1 additions and 4 deletions

View File

@@ -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){

View File

@@ -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 {