Split the JS socket with a generic part and one dedicated to load Rebrickable sets

This commit is contained in:
2025-01-25 19:43:16 +01:00
parent f48ae99179
commit 9113d539f0
4 changed files with 249 additions and 207 deletions

View File

@@ -82,7 +82,8 @@
<script src="{{ url_for('static', filename='scripts/changer.js') }}"></script>
<script src="{{ url_for('static', filename='scripts/grid.js') }}"></script>
<script src="{{ url_for('static', filename='scripts/set.js') }}"></script>
<script src="{{ url_for('static', filename='scripts/socket.js') }}"></script>
<script src="{{ url_for('static', filename='scripts/socket/socket.js') }}"></script>
<script src="{{ url_for('static', filename='scripts/socket/set.js') }}"></script>
<script src="{{ url_for('static', filename='scripts/table.js') }}"></script>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", () => {