mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-17 14:19:40 +08:00
chore: using a cdn for jquery in the email handler
This commit is contained in:
parent
8c8d2847e8
commit
941b613626
1 changed files with 5 additions and 1 deletions
|
|
@ -164,7 +164,11 @@
|
|||
</main>
|
||||
</div>
|
||||
</body>
|
||||
<script src="js/jquery-3.7.1.min.js"></script>
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.7.1.slim.min.js"
|
||||
integrity="sha256-kmHvs0B+OpCW5GVHUNjv9rOmY0IvSIRcf7zGUDTDQM8="
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<script src="/__/firebase/8.4.2/firebase-app.js"></script>
|
||||
|
||||
<script src="/__/firebase/8.4.2/firebase-analytics.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue