mirror of
https://github.com/django/django.git
synced 2025-03-12 10:22:37 +00:00
parent
ce05b8a69e
commit
cd9e85ece9
4
docs/_theme/djangodocs/layout.html
vendored
4
docs/_theme/djangodocs/layout.html
vendored
@ -17,6 +17,9 @@
|
|||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
|
|
||||||
{% block extrahead %}
|
{% block extrahead %}
|
||||||
|
{# When building htmlhelp (CHM format) disable JQuery inclusion, #}
|
||||||
|
{# as it causes problems in compiled CHM files. #}
|
||||||
|
{% if builder != "htmlhelp" %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<script type="text/javascript" src="{{ pathto('templatebuiltins.js', 1) }}"></script>
|
<script type="text/javascript" src="{{ pathto('templatebuiltins.js', 1) }}"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
@ -51,6 +54,7 @@
|
|||||||
});
|
});
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
</script>
|
</script>
|
||||||
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block document %}
|
{% block document %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user