Update generate_tx_models_html.py

This commit is contained in:
frostydad 2022-09-26 00:27:52 -06:00
parent 014888a10a
commit 965455f415
1 changed files with 2 additions and 0 deletions

View File

@ -208,9 +208,11 @@ html_struct = html_struct + """
placement: "bottom"
})
});
/*
var waypoints = $(".model-title").waypoint(function(direction) {
_paq.push(["trackEvent", "Scroll", "View TX Model", 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>