[java-identity-provider] branch master updated: IDP-1220 - Update jQuery version used by logout
Scott Cantor
cantor.2 at osu.edu
Wed Aug 29 17:06:58 EDT 2018
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=b46fad1b3dde7c9f94fc5496d39b59e22b5adabc
The following commit(s) were added to refs/heads/master by this push:
new b46fad1 IDP-1220 - Update jQuery version used by logout
b46fad1 is described below
commit b46fad1b3dde7c9f94fc5496d39b59e22b5adabc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 29 17:06:56 2018 -0400
IDP-1220 - Update jQuery version used by logout
https://issues.shibboleth.net/jira/browse/IDP-1220
---
idp-conf/src/main/resources/system/views/logout/propagate.vm | 2 +-
idp-war/src/main/webapp/js/jquery-2.1.4.min.js | 4 ----
idp-war/src/main/webapp/js/jquery-3.3.1.min.js | 2 ++
3 files changed, 3 insertions(+), 5 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 481e243..8a71905 100644
--- a/idp-conf/src/main/resources/system/views/logout/propagate.vm
+++ b/idp-conf/src/main/resources/system/views/logout/propagate.vm
@@ -37,7 +37,7 @@
#end
#end
</ol>
- <script src="$request.getContextPath()/js/jquery-2.1.4.min.js"></script>
+ <script src="$request.getContextPath()/js/jquery-3.3.1.min.js"></script>
<script>
<!--
function check_status() {
diff --git a/idp-war/src/main/webapp/js/jquery-2.1.4.min.js b/idp-war/src/main/webapp/js/jquery-2.1.4.min.js
deleted file mode 100644
index 49990d6..0000000
--- a/idp-war/src/main/webapp/js/jquery-2.1.4.min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery v2.1.4 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */
-!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r= [...]
-return M.access(a,b,c)},removeData:function(a,b){M.remove(a,b)},_data:function(a,b,c){return L.access(a,b,c)},_removeData:function(a,b){L.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=M.get(f),1===f.nodeType&&!L.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));L.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(functio [...]
-void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=n.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void n.removeAttr(a,b))},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)&&(a[d]=!1),a.removeAttribute(c)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c [...]
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
new file mode 100644
index 0000000..4d9b3a2
--- /dev/null
+++ b/idp-war/src/main/webapp/js/jquery-3.3.1.min.js
@@ -0,0 +1,2 @@
+/*! 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 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list