Update generate_tx_models_html.py
This commit is contained in:
parent
42c9c5abcf
commit
2343ed49f5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue