Ton of updates to Cin7's academy. Notes for Artera, SPS, and Walmart. Re-downloaded the final CSV parser.
This commit is contained in:
@ -28,8 +28,14 @@
|
||||
courseElement.textContent = modifiedCourseName;
|
||||
});
|
||||
}
|
||||
function removeBadgeShadow() {
|
||||
document.querySelectorAll('.card-badge').forEach(e=>{
|
||||
e.parentElement.parentElement.style.boxShadow='none';
|
||||
})
|
||||
}
|
||||
|
||||
modifyCourseNames();
|
||||
removeBadgeShadow();
|
||||
});
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user