Merge pull request #1341 from matrix-org/dbkr/remove_audio_element_load

Remove unnecessary 'load' on notif audio element
pull/21833/head
David Baker 2017-08-29 12:39:00 +01:00 committed by GitHub
commit 3c149a11ae
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ const Notifier = {
_playAudioNotification: function(ev, room) {
const e = document.getElementById("messageAudio");
if (e) {
e.load();
e.play();
}
},