Custom Templates for DeepL backed up and EmailMonkey. GS University was also re-downloaded. Then small scripts updated like for Chubb.

This commit is contained in:
Norm Rasmussen
2025-02-25 17:01:36 -05:00
parent 74d46e88f4
commit a62a76f5d1
288 changed files with 9886 additions and 152 deletions

View File

@ -8,3 +8,13 @@
</div>
</main>
{% include "footer" %}
<script>
document.addEventListener("DOMContentLoaded", () => {
if (window.location.href.includes("learning_paths")) {
document.querySelectorAll(".np-back-button").forEach((button) => {
button.href = window.location.href.split("courses")[0];
});
}
})
</script>