Added audio/source tags for message notifications.

Signed-off-by: Andrew Johnson <ajohnson@draster.com>
pull/1078/head
Andrew Johnson 2016-03-03 08:11:46 -05:00
parent 2586280f2c
commit b75cb3c6cb
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@
<noscript>Sorry, Vector requires JavaScript to be enabled.</noscript>
<link rel="stylesheet" href="bundle.css">
<img src="img/warning.svg" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;"/>
<audio id="messageAudio">
<source src="media/message.ogg" type="audio/ogg" />
<source src="media/message.mp3" type="audio/mpeg" />
</audio>
<audio id="ringAudio" loop>
<source src="media/ring.ogg" type="audio/ogg" />
<source src="media/ring.mp3" type="audio/mpeg" />