Update generate_tx_models_html.py
This commit is contained in:
parent
014888a10a
commit
965455f415
|
@ -208,9 +208,11 @@ html_struct = html_struct + """
|
||||||
placement: "bottom"
|
placement: "bottom"
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
/*
|
||||||
var waypoints = $(".model-title").waypoint(function(direction) {
|
var waypoints = $(".model-title").waypoint(function(direction) {
|
||||||
_paq.push(["trackEvent", "Scroll", "View TX Model", this.element.getAttribute("data-content-name")]);
|
_paq.push(["trackEvent", "Scroll", "View TX Model", this.element.getAttribute("data-content-name")]);
|
||||||
})
|
})
|
||||||
|
*/
|
||||||
});
|
});
|
||||||
</script>
|
</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://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
|
||||||
|
|
Loading…
Reference in New Issue