From: Hugo van Kemenade Date: Sun, 16 Jul 2023 07:26:26 +0000 (+0300) Subject: Docs search: Replace jQuery with vanilla JavaScript (#106743) X-Git-Tag: v3.13.0a1~1378 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c02ee4503151105dc892018ebc7f633e7f3f62f8;p=thirdparty%2FPython%2Fcpython.git Docs search: Replace jQuery with vanilla JavaScript (#106743) * Replace jQuery with vanilla JavaScript * Switch 'var' to 'const' or 'let' --- diff --git a/Doc/tools/templates/search.html b/Doc/tools/templates/search.html index f2ac2ea0f098..852974461380 100644 --- a/Doc/tools/templates/search.html +++ b/Doc/tools/templates/search.html @@ -1,48 +1,62 @@ {% extends "!search.html" %} {% block extrahead %} {{ super() }} + -{% endblock %} \ No newline at end of file +{% endblock %}