Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sravan-abacus committed Dec 12, 2024
1 parent d031257 commit 541416b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions app/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -895,10 +895,6 @@ html {
color:green;
}

#noVNC_bell {
display: none;
}

/* ----------------------------------------
* Media sizing
* ----------------------------------------
Expand Down
4 changes: 0 additions & 4 deletions vnc.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,5 @@ <h1 class="noVNC_logo" translate="no"><span>no</span><br>VNC</h1>
autocomplete="off" spellcheck="false" tabindex="-1"></textarea>
</div>

<audio id="noVNC_bell">
<source src="app/sounds/bell.oga" type="audio/ogg">
<source src="app/sounds/bell.mp3" type="audio/mpeg">
</audio>
</body>
</html>

0 comments on commit 541416b

Please sign in to comment.