Mid refactor to stop polluting the namespace so much
This commit is contained in:
@ -7,15 +7,8 @@
|
||||
|
||||
<script src="https://cdn.socket.io/4.5.4/socket.io.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js"></script>
|
||||
<script src="{{ url_for('static', filename='js/index.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/player.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/dom.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/random.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/barrier.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/packet.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/map.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/random_primes.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/paillier.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/modules/interface/main.js') }}" type="module"></script>
|
||||
<script src="{{ url_for('static', filename='js/modules/crypto/main.js') }}" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="modal" class="hidden modal">
|
||||
@ -52,7 +45,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="players">
|
||||
<div id="players-div">
|
||||
<strong>Players</strong>
|
||||
<ul id="playerList">
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user