Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Iteration 3: fixed some script errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sayaHub committed Apr 25, 2019
1 parent 3622e3a commit f9b38a9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions track/templates/en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ <h3 class="font-bold text-3xl sm:text-2xl">Domains that <br> enforce HTTPS</h3>
{% block pagerelatedscript %}

<script src="/static/js/https/donuts.js?{{ now() | date("%Y%m%j%H%M%S") }}"></script>
<script src="/static/js/https/organizations.js?{{ now() | date("%Y%m%j%H%M%S") }}"></script>


{% endblock %}

Expand Down
2 changes: 0 additions & 2 deletions track/templates/fr/domains.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
</div>

</section>

<script src="/static/js/https/domains.js?{{ now() | date("%Y%m%j%H%M%S") }}"></script>
{% endblock %}


Expand Down
4 changes: 2 additions & 2 deletions track/templates/fr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ <h3 class=" text-xl sm:text-2xl">Domaines qui excécutent <br> le protocole HTT

</section>

<script src="/static/js/https/donuts.js?{{ now() | date("%Y%m%j%H%M%S") }}"></script>
<script src="/static/js/https/organizations.js?{{ now() | date("%Y%m%j%H%M%S") }}"></script>

{% endblock %}

{% block pagerelatedscript %}

<script src="/static/js/https/donuts.js?{{ now() | date("%Y%m%j%H%M%S") }}"></script>
<script src="/static/js/https/organizations.js?{{ now() | date("%Y%m%j%H%M%S") }}"></script>

{% endblock %}

Expand Down
1 change: 1 addition & 0 deletions track/templates/fr/layout-fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,4 @@


</body>
</html>
2 changes: 0 additions & 2 deletions track/templates/fr/organizations.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
</div>

</section>

<script src="/static/js/https/organizations.js?{{ now() | date("%Y%m%j%H%M%S") }}"></script>
{% endblock %}


Expand Down

0 comments on commit f9b38a9

Please sign in to comment.