Skip to content

Commit 361077d

Browse files
author
Sachin Maheshwari
committed
adding jquery locally at our server
1 parent 432932f commit 361077d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

web-assets/auth0/js/jquery-3.5.1.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web-assets/static-pages/signup.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@
1212
/>
1313
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&display=swap" rel="stylesheet">
1414
<link rel="stylesheet" href="./styles.css" />
15-
16-
<script
17-
src="https://code.jquery.com/jquery-3.5.1.min.js"
18-
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
19-
crossorigin="anonymous"
20-
></script>
15+
<script src="https://tc-public-static-files.topcoder.com/topcoder-auth/js/jquery-3.5.1.min.js"></script>
2116
<script src="https://tc-public-static-files.topcoder.com/topcoder-auth/js/country.js"></script>
2217
<script type="text/javascript" src="signup.js"></script>
2318
</head>

0 commit comments

Comments
 (0)