diff --git a/generate_tx_models_html.py b/generate_tx_models_html.py index 12fb2e2..e058699 100644 --- a/generate_tx_models_html.py +++ b/generate_tx_models_html.py @@ -43,6 +43,7 @@ html_struct = f""" + @@ -120,6 +121,8 @@ for model_name in models_list: # break print(f'{i}/{len(models_list)} -> {model_name}') + + html_struct = html_struct + f'
{model_name} is restricted and you must share your contact information to view this repository. View Repository @@ -141,7 +143,6 @@ for model_name in models_list: """ else: html_struct = html_struct + f""" -
View Repository @@ -245,6 +246,12 @@ html_struct = html_struct + """ }); _paq.push(['trackLink', url, 'download']); }; + + + + var waypoints = $(".model-title").waypoint(function(direction) { + _paq.push(["trackEvent", "Scroll", "View", this.element.getAttribute("data-name")]); + })