Update generate_tx_models_html.py

This commit is contained in:
frostydad 2022-09-26 00:14:41 -06:00
parent 996b0d1f54
commit d686c79b1e
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ html_struct = html_struct + """
})
});
var waypoints = $(".model-title").waypoint(function(direction) {
_paq.push(["trackEvent", "Scroll", "View Section", this.element.getAttribute("data-content-name")]);
_paq.push(["trackEvent", "Scroll", "View TX Model", this.element.getAttribute("data-content-name")]);
})
});
</script>