Added click tracking

This commit is contained in:
xemeds
2020-08-22 15:36:09 +03:00
parent 1ef3c1b154
commit e65f43e401
9 changed files with 140 additions and 10 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
<div id="page-container">
<div id="content-wrap">
{% if form %}
{% if not form.url.errors and not form.token.errors %}
{% if not form.errors %}
<body onload="typeTitle()">
<div class="headers">
<a class="title" id="title" href="{{ url_for('index') }}"></a>
@@ -38,7 +38,7 @@
{% block body %}{% endblock %}
{% if form %}
{% if not form.url.errors and not form.token.errors %}
{% if not form.errors %}
<script>
var i = 0;
var title_text = "tiny0";