fix: added defer on js load

This commit is contained in:
Cipher Vance 2025-08-24 13:31:25 -05:00
parent 69ff668926
commit 4af0fc7cfe
3 changed files with 3 additions and 3 deletions

View file

@ -86,6 +86,6 @@
<footer class="footer">
<p>&copy; 2025 RideAware. All rights reserved.</p>
</footer>
<script src="{{ url_for('static', filename='js/main.js') }}"></script>
<script src="{{ url_for('static', filename='js/main.min.js') }}" defer></script>
</body>
</html>