This is an automated email from the ASF dual-hosted git repository. niallp pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/apex-site.git
commit 2bd917f04dad60a753d75fee4a865a9334b27bec Author: Niall Pemberton <niall.pember...@gmail.com> AuthorDate: Mon Apr 7 10:27:06 2025 +0100 ATTIC-235 Add local copy of JQuery (remote copy blocked by CSP) --- content/community.html | 2 +- content/contributing.html | 2 +- content/docs.html | 2 +- content/downloads.html | 2 +- content/index.html | 2 +- content/js/jquery.min.js | 6 ++++++ content/malhar-contributing.html | 2 +- content/maturity.html | 2 +- content/people.html | 2 +- content/powered-by-apex.html | 2 +- content/privacy.html | 2 +- content/release.html | 2 +- content/roadmap.html | 2 +- content/verification.html | 2 +- 14 files changed, 19 insertions(+), 13 deletions(-) diff --git a/content/community.html b/content/community.html index ba8e24f..3c57c7a 100644 --- a/content/community.html +++ b/content/community.html @@ -133,7 +133,7 @@ </div> <!-- /container --> <!-- Placed at the end of the document so the pages load faster --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="js/docs.js"></script> diff --git a/content/contributing.html b/content/contributing.html index 66cc644..0aa9ba8 100644 --- a/content/contributing.html +++ b/content/contributing.html @@ -244,7 +244,7 @@ work on the issue, please re-open existing PR prior to updating your remote bran </div> <!-- /container --> <!-- Placed at the end of the document so the pages load faster --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="js/docs.js"></script> diff --git a/content/docs.html b/content/docs.html index b3b52c5..a402195 100644 --- a/content/docs.html +++ b/content/docs.html @@ -158,7 +158,7 @@ dimensional computations on a simulated sales data stream.</li> </div> <!-- /container --> <!-- Placed at the end of the document so the pages load faster --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="js/docs.js"></script> diff --git a/content/downloads.html b/content/downloads.html index 3084f41..3398448 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -266,7 +266,7 @@ </div> <!-- /container --> <!-- Placed at the end of the document so the pages load faster --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="js/docs.js"></script> diff --git a/content/index.html b/content/index.html index 017a5be..3549083 100644 --- a/content/index.html +++ b/content/index.html @@ -151,7 +151,7 @@ </div> <!-- /container --> <!-- Placed at the end of the document so the pages load faster --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="js/docs.js"></script> diff --git a/content/js/jquery.min.js b/content/js/jquery.min.js new file mode 100644 index 0000000..f364443 --- /dev/null +++ b/content/js/jquery.min.js @@ -0,0 +1,6 @@ +/*! jQuery v1.11.3 | (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="1.11.3",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b [...] + +return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}fu [...] +return new Za.prototype.init(a,b,c,d,e)}m.Tween=Za,Za.prototype={constructor:Za,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(m.cssNumber[c]?"":"px")},cur:function(){var a=Za.propHooks[this.prop];return a&&a.get?a.get(this):Za.propHooks._default.get(this)},run:function(a){var b,c=Za.propHooks[this.prop];return this.options.duration?this.pos=b=m.easing[this.easing](a,this.options.duration*a, [...] +//# sourceMappingURL=jquery.min.map \ No newline at end of file diff --git a/content/malhar-contributing.html b/content/malhar-contributing.html index 48f1430..6760e1d 100644 --- a/content/malhar-contributing.html +++ b/content/malhar-contributing.html @@ -134,7 +134,7 @@ </div> <!-- /container --> <!-- Placed at the end of the document so the pages load faster --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="js/docs.js"></script> diff --git a/content/maturity.html b/content/maturity.html index aef8e31..73046c2 100644 --- a/content/maturity.html +++ b/content/maturity.html @@ -175,7 +175,7 @@ Contributors act as themselves as opposed to representatives of a corporation or </div> <!-- /container --> <!-- Placed at the end of the document so the pages load faster --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="js/docs.js"></script> diff --git a/content/people.html b/content/people.html index 80ef036..dc27c92 100644 --- a/content/people.html +++ b/content/people.html @@ -140,7 +140,7 @@ </div> <!-- /container --> <!-- Placed at the end of the document so the pages load faster --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="js/docs.js"></script> diff --git a/content/powered-by-apex.html b/content/powered-by-apex.html index 7869633..da64f3b 100644 --- a/content/powered-by-apex.html +++ b/content/powered-by-apex.html @@ -166,7 +166,7 @@ </div> <!-- /container --> <!-- Placed at the end of the document so the pages load faster --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="js/docs.js"></script> diff --git a/content/privacy.html b/content/privacy.html index da9fba3..c87f457 100644 --- a/content/privacy.html +++ b/content/privacy.html @@ -109,7 +109,7 @@ </div> <!-- /container --> <!-- Placed at the end of the document so the pages load faster --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="js/docs.js"></script> diff --git a/content/release.html b/content/release.html index 7d37656..779d4d6 100644 --- a/content/release.html +++ b/content/release.html @@ -293,7 +293,7 @@ The release email must be visible under <a href="https://lists.apache.org/list.h </div> <!-- /container --> <!-- Placed at the end of the document so the pages load faster --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="js/docs.js"></script> diff --git a/content/roadmap.html b/content/roadmap.html index 95944d7..3726b72 100644 --- a/content/roadmap.html +++ b/content/roadmap.html @@ -314,7 +314,7 @@ https://lists.apache.org/thread.html/9837b1dee8f909ed400c6030ce5c6a94a12f4318371 </div> <!-- /container --> <!-- Placed at the end of the document so the pages load faster --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="js/docs.js"></script> diff --git a/content/verification.html b/content/verification.html index e8e46b0..32aaf46 100644 --- a/content/verification.html +++ b/content/verification.html @@ -171,7 +171,7 @@ All the apex artifacts generated in local maven build directory should contain c </div> <!-- /container --> <!-- Placed at the end of the document so the pages load faster --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="js/docs.js"></script>