We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c3f86f + affb1ca commit 82588e3Copy full SHA for 82588e3
web-assets/static-pages/signup.html
@@ -13,11 +13,7 @@
13
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&display=swap" rel="stylesheet">
14
<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>
+ <script src="https://tc-public-static-files.topcoder.com/topcoder-auth/js/jquery-3.5.1.min.js"></script>
21
<script src="https://tc-public-static-files.topcoder.com/topcoder-auth/js/country.js"></script>
22
<script type="text/javascript" src="signup.js"></script>
23
</head>
0 commit comments