Update generate_tx_models_html.py

This commit is contained in:
frostydad 2022-09-26 00:04:47 -06:00
parent 42c9c5abcf
commit 2343ed49f5
1 changed files with 2 additions and 1 deletions

View File

@ -208,10 +208,11 @@ html_struct = html_struct + """
});
_paq.push(['trackLink', url, 'download']);
};
document.addEventListener("DOMContentLoaded", () => {
var waypoints = $(".model-title").waypoint(function(direction) {
_paq.push(["trackEvent", "Scroll", "View Section", this.element.getAttribute("data-content-name")]);
})
});
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script>