[PATCH v3 1/5] docs: Update jQuery

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>
---
 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

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux