You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2020/04/29 18:31:51 UTC

[lucene-solr] branch master updated: SOLR-14173: Don't use JQuery-Slim as it breaks the sidebar sub-menu system.

This is an automated email from the ASF dual-hosted git repository.

ctargett pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e6d91e  SOLR-14173: Don't use JQuery-Slim as it breaks the sidebar sub-menu system.
5e6d91e is described below

commit 5e6d91eec082d158abcf9338ff0982eb20b4d30b
Author: Cassandra Targett <ca...@lucidworks.com>
AuthorDate: Wed Apr 29 13:30:50 2020 -0500

    SOLR-14173: Don't use JQuery-Slim as it breaks the sidebar sub-menu system.
---
 solr/solr-ref-guide/src/_includes/head.html | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/src/_includes/head.html b/solr/solr-ref-guide/src/_includes/head.html
index 1bdcb79..da760d2 100755
--- a/solr/solr-ref-guide/src/_includes/head.html
+++ b/solr/solr-ref-guide/src/_includes/head.html
@@ -13,8 +13,11 @@
 <link rel="stylesheet" href="{{ "css/decoration.css" }}">
 <link rel="stylesheet" href="{{ "css/search.css" }}">
 
-<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
-
+<!-- JQuery - we can't use slim because navgoco relies on ajax -->
+<script
+  src="https://code.jquery.com/jquery-3.3.1.min.js"
+  integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
+  crossorigin="anonymous"></script>
 
 <!-- Scrollbar Custom CSS -->
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous">