Skip to content
Snippets Groups Projects
Commit 436cb3aa authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Remove wav files

parent 26e19cbf
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,8 @@
<audio id="chatAudioNotification" preload>
<source src="/sounds/notify.ogg" type="audio/ogg" />
<source src="/sounds/notify.mp3" type="audio/mpeg" />
<source src="/sounds/notify.wav" type="audio/wav" />
</audio>
<audio id="chatNewRoomNotification" preload>
<source src="/sounds/door_chime.mp3" type="audio/mpeg" />
<source src="/sounds/door_chime.wav" type="audio/wav" />
</audio>
</template>
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment