mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-23 16:37:11 +00:00
Add a progress message with the indeterminate loading bar
This commit is contained in:
@@ -67,7 +67,9 @@
|
||||
|
||||
<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>
|
||||
<div id="loadingSpinner" class="mdl-progress mdl-js-progress mdl-progress__indeterminate">
|
||||
<h5 id="loadingMessage"></h5>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<script defer src="static/js/jquery-2.2.0.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user