This is an automated email from the ASF dual-hosted git repository.
gopidesu pushed a commit to branch airflow-test
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/airflow-test by this push:
new d139278c4a add jquery-3.5.1.min.js to local dir
d139278c4a is described below
commit d139278c4a15d9d3a8e395b2436fd01111fdae7a
Author: Pavan Kumar <[email protected]>
AuthorDate: Fri Jan 17 18:43:32 2025 +0000
add jquery-3.5.1.min.js to local dir
---
index.html | 5 +----
{copied-js => js}/jquery-3.3.1.min.js | 0
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/index.html b/index.html
index 6618093796..cbafab914e 100644
--- a/index.html
+++ b/index.html
@@ -51,10 +51,7 @@
<link rel="preload"
href="/scss/main.min.6668c09ec5024c20cbf3e5c6d1f29463e1b7a1797526dc9cade6bda004c6da9d.css"
as="style">
<link
href="/scss/main.min.6668c09ec5024c20cbf3e5c6d1f29463e1b7a1797526dc9cade6bda004c6da9d.css"
rel="stylesheet" integrity="">
-<script
- src="/copied-js/jquery-3.5.1.min.js"
- integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
- crossorigin="anonymous"></script>
+<script src="/js/jquery-3.5.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<meta name="description" content="Platform created by the community to
programmatically author, schedule and monitor workflows." />
diff --git a/copied-js/jquery-3.3.1.min.js b/js/jquery-3.3.1.min.js
similarity index 100%
rename from copied-js/jquery-3.3.1.min.js
rename to js/jquery-3.3.1.min.js