dash-docs/_includes/layout/base/footer-js.html
Cøbra 0b024fb7f2 Google Analytics
Better tracking
2017-04-17 22:49:22 +01:00

18 lines
444 B
HTML

{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
<script type="text/javascript">
fallbackSVG();
addAnchorLinks();
trackOutgoingLinks();
</script>
{% comment %}
<!-- A hook to allow pages to add JS at the very end of
the page so it runs after all content and CSS has loaded -->
{% endcomment %}
{% if page.end_of_page %}
{{page.end_of_page}}
{% endif %}