You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2018/04/21 21:17:42 UTC

svn commit: r1829750 - /jena/site/trunk/templates/skeleton.html

Author: kinow
Date: Sat Apr 21 21:17:42 2018
New Revision: 1829750

URL: http://svn.apache.org/viewvc?rev=1829750&view=rev
Log:
Upgrade JQuery from 2.0.3 to 2.2.4 due to CDN issue

Modified:
    jena/site/trunk/templates/skeleton.html

Modified: jena/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/jena/site/trunk/templates/skeleton.html?rev=1829750&r1=1829749&r2=1829750&view=diff
==============================================================================
--- jena/site/trunk/templates/skeleton.html (original)
+++ jena/site/trunk/templates/skeleton.html Sat Apr 21 21:17:42 2018
@@ -28,7 +28,10 @@
   <link href="/css/jena.css" rel="stylesheet" type="text/css">
   <link rel="shortcut icon" href="/images/favicon.ico" />
   
-  <script src="https://code.jquery.com/jquery-2.0.3.min.js"></script>
+  <script
+        src="https://code.jquery.com/jquery-2.2.4.min.js"
+        integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
+        crossorigin="anonymous"></script>
   <script src="/js/jena-navigation.js" type="text/javascript"></script>
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>