fix: added defer on js load
This commit is contained in:
parent
69ff668926
commit
4af0fc7cfe
3 changed files with 3 additions and 3 deletions
|
|
@ -155,6 +155,6 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<p>© 2025 RideAware. All rights reserved.</p>
|
<p>© 2025 RideAware. All rights reserved.</p>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="{{ url_for('static', filename='js/main.js') }}"></script>
|
<script src="{{ url_for('static', filename='js/main.min.js') }}" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -115,6 +115,6 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<p>© 2025 RideAware. All rights reserved.</p>
|
<p>© 2025 RideAware. All rights reserved.</p>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="{{ url_for('static', filename='js/main.js') }}"></script>
|
<script src="{{ url_for('static', filename='js/main.min.js') }}" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -86,6 +86,6 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<p>© 2025 RideAware. All rights reserved.</p>
|
<p>© 2025 RideAware. All rights reserved.</p>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="{{ url_for('static', filename='js/main.js') }}"></script>
|
<script src="{{ url_for('static', filename='js/main.min.js') }}" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue