mirror of
https://github.com/Xevion/trivia.git
synced 2025-12-06 01:16:38 -06:00
Remove jQuery script reference in page template
This commit is contained in:
@@ -7,8 +7,6 @@
|
|||||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||||
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
|
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
|
||||||
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
||||||
<script>window.jQuery || document.write('<script src="{{
|
|
||||||
url_for('static', filename='jquery.js') }}">\x3C/script>')</script>
|
|
||||||
<script src="{{ url_for('static', filename='script.js') }}"></script>
|
<script src="{{ url_for('static', filename='script.js') }}"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user