Ton of updates to Cin7's academy. Notes for Artera, SPS, and Walmart. Re-downloaded the final CSV parser.

This commit is contained in:
Norm Rasmussen
2024-02-14 17:12:33 -05:00
parent d087f41e5e
commit 839f32424c
18 changed files with 257 additions and 155 deletions

View File

@ -28,8 +28,14 @@
courseElement.textContent = modifiedCourseName;
});
}
function removeBadgeShadow() {
document.querySelectorAll('.card-badge').forEach(e=>{
e.parentElement.parentElement.style.boxShadow='none';
})
}
modifyCourseNames();
removeBadgeShadow();
});
</script>