Skip to content

Commit

Permalink
Use jquery.js from sphinx
Browse files Browse the repository at this point in the history
Sphinx uses libjs-jquery >= 1.11.1 which is newer than jquery-1.9.1.js
shipped by salt. Therefore jquery.js from sphinx can be used again.

Forwarded: no
Last-Updated: 2021-10-12
Signed-off-by: Benjamin Drung <benjamin.drung@ionos.com>
  • Loading branch information
bdrung committed Nov 30, 2022
1 parent 3683ece commit 09c2472
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/_themes/saltstack/layout.html
Expand Up @@ -19,15 +19,12 @@
{%- set titlesuffix = "" %}
{%- endif %}

{# Remove old version of jQuery #}
{% set js_blacklist = [
'_static/documentation_options.js',
'_static/jquery.js',
] %}

{# Add to top of the list #}
{% set script_files = [
'_static/js/vendor/jquery-1.9.1.js',
'_static/js/vendor/bootstrap.min.js',
] + script_files %}

Expand Down

0 comments on commit 09c2472

Please sign in to comment.