Indeterminate loading bar is shown while connecting to stream

- This closes #37
This commit is contained in:
R. Aidan Campbell
2016-05-09 13:15:49 -04:00
parent 5e9fe3c736
commit 8f0b911031
4 changed files with 18 additions and 4 deletions

View File

@@ -65,8 +65,9 @@
<button class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent" id="quitGameButton">Quit Current Game</button>
</div>
<div id="listener">
</div>
<div id="listener"></div> <!-- NaCl module placeholder. NaCl gets thrown into here -->
<div id="loadingSpinner" class="mdl-progress mdl-js-progress mdl-progress__indeterminate"></div>
</main>
</div>
<script defer src="static/js/jquery-2.2.0.min.js"></script>