Merge pull request #665 from CendioOssman/bell

Support RFB bell
This commit is contained in:
Solly Ross
2016-09-30 19:37:09 -04:00
committed by GitHub
6 changed files with 21 additions and 0 deletions

View File

@@ -294,6 +294,12 @@
</div>
</div>
<audio id="noVNC_bell">
<source src="app/sounds/bell.oga" type="audio/ogg">
<source src="app/sounds/bell.mp3" type="audio/mpeg">
</audio>
<!-- begin scripts -->
<script src="core/util.js"></script>
<script src="app/webutil.js"></script>