1 parent f850061 commit e5163b6Copy full SHA for e5163b6
1 file changed
ietf/templates/base.html
@@ -19,6 +19,8 @@
19
<link href="{{ settings.STATIC_IETF_ORG }}/fonts/noto-sans-mono/import.css" rel="stylesheet">
20
<link rel="stylesheet" href="{% static 'ietf/css/ietf.css' %}">
21
<link rel="stylesheet" href="{% static 'ietf/css/select2.css' %}">
22
+ {# load this in the head, to prevent flickering #}
23
+ <script src="{% static 'ietf/js/theme.js' %}"></script>
24
<style>
25
{% block morecss %}{% endblock %}
26
</style>
@@ -159,7 +161,6 @@
159
161
{% endblock %}
160
162
{% block js %}
163
- <script src="{% static 'ietf/js/theme.js' %}"></script>
164
<script src="{% static 'ietf/js/select2.js' %}"></script>
165
<script>
166
$('#navbar-doc-search').on('select2:select', function (e) {
0 commit comments