mirror of
https://github.com/torproject/support.git
synced 2024-11-27 03:10:34 +00:00
Defer support.js until jquery is loaded
This commit is contained in:
parent
ebb9d16355
commit
cffc33977d
@ -5,7 +5,7 @@
|
||||
<meta name="description" content="{{ _('Defend yourself against tracking and surveillance. Circumvent censorship.') }} | {{ this.title }}">
|
||||
<link rel="stylesheet" href="{{ '/static/css/bootstrap.css'|asseturl }}">
|
||||
<link rel="stylesheet" href="{{ '/static/fonts/fontawesome/css/all.min.css'|asseturl }}" rel="stylesheet">
|
||||
<script src="{{ '/static/support.js'|asseturl }}" ></script>
|
||||
<script src="{{ '/static/support.js'|asseturl }}" defer></script>
|
||||
<!-- Standard favicon -->
|
||||
<link rel="icon" type="image/x-icon" href="{{ '/static/images/favicon.ico'|asseturl }}">
|
||||
<!-- Recommended favicon format -->
|
||||
|
Loading…
Reference in New Issue
Block a user