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

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 716fe36  replace google CDN with JQuery's own CDN (#18369)
716fe36 is described below

commit 716fe36dfa65855025da620d3bfca30bfd3c4bde
Author: Yang Shi <[email protected]>
AuthorDate: Wed May 20 08:48:49 2020 -0700

    replace google CDN with JQuery's own CDN (#18369)
    
    Co-authored-by: Yang Shi <[email protected]>
---
 docs/static_site/src/_includes/head.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/static_site/src/_includes/head.html 
b/docs/static_site/src/_includes/head.html
index 5de810a..76004e4 100644
--- a/docs/static_site/src/_includes/head.html
+++ b/docs/static_site/src/_includes/head.html
@@ -11,7 +11,7 @@
   {%- if jekyll.environment == 'production' and site.google_analytics -%}
     {%- include google-analytics.html -%}
   {%- endif -%}
-  <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js";></script>
+  <script src="https://code.jquery.com/jquery-3.3.1.min.js"; 
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" 
crossorigin="anonymous"></script>
   <script 
src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js";></script>
   <script src="{{'/assets/js/globalSearch.js'|relative_url}}"></script>
   <script src="{{'/assets/js/clipboard.js'|relative_url}}"></script>

Reply via email to