Add methods to wait for random session to complete

This commit is contained in:
jude
2023-01-31 14:19:56 +00:00
parent 0a1011f0e5
commit b37f273b05
3 changed files with 165 additions and 108 deletions

View File

@ -10,6 +10,7 @@
<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>
</head>
<body>