From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 16 Jul 2023 08:38:46 +0000 (-0700) Subject: [3.11] Docs search: Replace jQuery with vanilla JavaScript (GH-106743) (#106803) X-Git-Tag: v3.11.5~197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=501178ac9d13e95b5c70f28a01046b681acbf1f0;p=thirdparty%2FPython%2Fcpython.git [3.11] Docs search: Replace jQuery with vanilla JavaScript (GH-106743) (#106803) Docs search: Replace jQuery with vanilla JavaScript (GH-106743) * Replace jQuery with vanilla JavaScript * Switch 'var' to 'const' or 'let' (cherry picked from commit c02ee4503151105dc892018ebc7f633e7f3f62f8) Co-authored-by: Hugo van Kemenade --- 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 %}