GUACAMOLE-346: Remove "paused" notification. Correct UI behavior.

This commit is contained in:
Michael Jumper
2017-07-15 17:45:39 -07:00
parent 387302db48
commit 929452e701
3 changed files with 8 additions and 13 deletions

View File

@@ -28,7 +28,7 @@
<body>
<!-- Guacamole recording player -->
<div id="player" class="paused">
<div id="player">
<!-- Player display -->
<div id="display">
@@ -39,9 +39,6 @@
<button id="cancel-seek">Cancel</button>
</p>
</div>
<div class="paused-notification">
<p>Paused.</p>
</div>
</div>
</div>