[libvirt] [PATCH v3 1/5] docs: Update jQuery

Andrea Bolognani abologna at redhat.com
Wed Jun 19 12:41:01 UTC 2019


We're using the very outdated 3.1.1 (Sep 2016). Replace it with
3.4.1 (May 2019), the latest available.

The new file, unlike the one it replaces, is not minified. We'll
take care of that separately.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 docs/Makefile.am            |     2 +-
 docs/index.html.in          |     2 +-
 docs/js/jquery-3.1.1.min.js |     4 -
 docs/js/jquery-3.4.1.js     | 10598 ++++++++++++++++++++++++++++++++++
 4 files changed, 10600 insertions(+), 6 deletions(-)
 delete mode 100644 docs/js/jquery-3.1.1.min.js
 create mode 100644 docs/js/jquery-3.4.1.js

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 0c899f9580..f42307c7d5 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -67,7 +67,7 @@ css = \
 
 javascript = \
   js/main.js \
-  js/jquery-3.1.1.min.js \
+  js/jquery-3.4.1.js \
   js/jquery.rss.min.js \
   js/moment.min.js
 
diff --git a/docs/index.html.in b/docs/index.html.in
index f593445d06..edf18f8aec 100644
--- a/docs/index.html.in
+++ b/docs/index.html.in
@@ -2,7 +2,7 @@
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <script type="text/javascript" src="js/jquery-3.1.1.min.js"> </script>
+    <script type="text/javascript" src="js/jquery-3.4.1.js"> </script>
     <script type="text/javascript" src="js/moment.min.js"> </script>
     <script type="text/javascript" src="js/jquery.rss.min.js"> </script>
 
diff --git a/docs/js/jquery-3.1.1.min.js b/docs/js/jquery-3.1.1.min.js
deleted file mode 100644
index 4c5be4c0fb..0000000000
--- a/docs/js/jquery-3.1.1.min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery v3.1.1 | (c) jQuery Foundation | jquery.org/license */
-!function(a,b){"use strict";"object"==typeof module&&"object"==typeo
[...]
diff --git a/docs/js/jquery-3.4.1.js b/docs/js/jquery-3.4.1.js
new file mode 100644
index 0000000000..773ad95c56
--- /dev/null
+++ b/docs/js/jquery-3.4.1.js
@@ -0,0 +1,10598 @@
+/*!
+ * jQuery JavaScript Library v3.4.1
+ * https://jquery.com/
+ *
+ * Includes Sizzle.js
+ * https://sizzlejs.com/
+ *
+ * Copyright JS Foundation and other contributors
+ * Released under the MIT license
+ * https://jquery.org/license
+ *
+ * Date: 2019-05-01T21:04Z
+ */
+( function( global, factory ) {
+
+	"use strict";
+
+	if ( typeof module === "object" && typeof module.exports === "obj
[...]
-- 
2.21.0




More information about the libvir-list mailing list