Update generate_tx_models_html.py
This commit is contained in:
parent
996b0d1f54
commit
d686c79b1e
|
@ -209,7 +209,7 @@ html_struct = html_struct + """
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
var waypoints = $(".model-title").waypoint(function(direction) {
|
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>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue