merge with 3.3
This commit is contained in:
commit
a3d6538c12
|
@ -8,7 +8,7 @@
|
||||||
{% block extrahead %}
|
{% block extrahead %}
|
||||||
<link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
|
<link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
|
||||||
{% if not embedded %}<script type="text/javascript" src="{{ pathto('_static/copybutton.js', 1) }}"></script>{% endif %}
|
{% if not embedded %}<script type="text/javascript" src="{{ pathto('_static/copybutton.js', 1) }}"></script>{% endif %}
|
||||||
{% if pagename == 'whatsnew/changelog %}
|
{% if pagename == 'whatsnew/changelog' %}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function dofilter() {
|
function dofilter() {
|
||||||
var el = document.getElementById('searchbox');
|
var el = document.getElementById('searchbox');
|
||||||
|
|
Loading…
Reference in New Issue