[PATCH v3 3/5] docs: Update jquery.rss

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

 



We're using the very outdated 3.2.1 (Dec 2015). Replace it with
3.3.0 (Jan 2017), 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.rss-3.3.0.js | 333 ++++++++++++++++++++++++++++++++++++
 docs/js/jquery.rss.min.js   |  11 --
 4 files changed, 335 insertions(+), 13 deletions(-)
 create mode 100644 docs/js/jquery.rss-3.3.0.js
 delete mode 100644 docs/js/jquery.rss.min.js

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 83d5c41419..9b79fc60c1 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -68,7 +68,7 @@ css = \
 javascript = \
   js/main.js \
   js/jquery-3.4.1.js \
-  js/jquery.rss.min.js \
+  js/jquery.rss-3.3.0.js \
   js/moment-2.24.0.js \
   $(NULL)
 
diff --git a/docs/index.html.in b/docs/index.html.in
index 422dc10700..cab387ebb6 100644
--- a/docs/index.html.in
+++ b/docs/index.html.in
@@ -4,7 +4,7 @@
   <head>
     <script type="text/javascript" src="js/jquery-3.4.1.js"> </script>
     <script type="text/javascript" src="js/moment-2.24.0.js"> </script>
-    <script type="text/javascript" src="js/jquery.rss.min.js"> </script>
+    <script type="text/javascript" src="js/jquery.rss-3.3.0.js"> </script>
 
     <script type="text/javascript">
       <!--
diff --git a/docs/js/jquery.rss-3.3.0.js b/docs/js/jquery.rss-3.3.0.js
new file mode 100644
index 0000000000..d25ed45141
--- /dev/null
+++ b/docs/js/jquery.rss-3.3.0.js
@@ -0,0 +1,333 @@
+(function ($) {
+  'use strict';
+
+  var RSS = function (target, url, options, callback) {
[...]
diff --git a/docs/js/jquery.rss.min.js b/docs/js/jquery.rss.min.js
deleted file mode 100644
index ad21eb5816..0000000000
--- a/docs/js/jquery.rss.min.js
+++ /dev/null
@@ -1,11 +0,0 @@
-(function(d){var e=function(a,b,c,f){this.target=a;this.url=b;this.h
[...]
-- 
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