[java-identity-provider] branch master updated: IDP-1569 - Update jQuery in logout propagation view.

Scott Cantor cantor.2 at osu.edu
Mon Mar 2 09:19:09 EST 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=6823d41543bd0d020616fd1e21a8f709b97e8de9

The following commit(s) were added to refs/heads/master by this push:
       new  6823d41   IDP-1569 - Update jQuery in logout propagation view.
6823d41 is described below

commit 6823d41543bd0d020616fd1e21a8f709b97e8de9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 2 09:19:05 2020 -0500

    IDP-1569 - Update jQuery in logout propagation view.
    
    https://issues.shibboleth.net/jira/browse/IDP-1569
---
 idp-conf/src/main/resources/system/views/logout/propagate.vm | 2 +-
 idp-war/src/main/webapp/js/jquery-3.3.1.min.js               | 2 --
 idp-war/src/main/webapp/js/jquery-3.4.1.min.js               | 2 ++
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-conf/src/main/resources/system/views/logout/propagate.vm b/idp-conf/src/main/resources/system/views/logout/propagate.vm
index f2522ac..e9a4dbf 100644
--- a/idp-conf/src/main/resources/system/views/logout/propagate.vm
+++ b/idp-conf/src/main/resources/system/views/logout/propagate.vm
@@ -47,7 +47,7 @@
                 title="$logoutTitle">$htmlEncoder.encodeForHTML($serviceName)</li>
         #end
     </ol>
-    <script src="$request.getContextPath()/js/jquery-3.3.1.min.js"></script>
+    <script src="$request.getContextPath()/js/jquery-3.4.1.min.js"></script>
     <script>
     <!--
         function check_status() {
diff --git a/idp-war/src/main/webapp/js/jquery-3.3.1.min.js b/idp-war/src/main/webapp/js/jquery-3.3.1.min.js
deleted file mode 100644
index 4d9b3a2..0000000
--- a/idp-war/src/main/webapp/js/jquery-3.3.1.min.js
+++ /dev/null
@@ -1,2 +0,0 @@
-/*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */
-!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=[],r=e.document,i=Object.getPrototypeOf,o=n.slice,a=n.concat,s=n.push,u=n.indexOf,l={},c=l.toString,f=l.hasOwnProperty,p=f.toString,d=p.call(Object),h={},g=function e(t){return"function"==typeof  [...]
diff --git a/idp-war/src/main/webapp/js/jquery-3.4.1.min.js b/idp-war/src/main/webapp/js/jquery-3.4.1.min.js
new file mode 100644
index 0000000..a1c07fd
--- /dev/null
+++ b/idp-war/src/main/webapp/js/jquery-3.4.1.min.js
@@ -0,0 +1,2 @@
+/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */
+!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e& [...]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list