Fix son sur reception

This commit is contained in:
OsaAjani 2015-12-09 19:14:05 +01:00
parent 0cc2213685
commit 931f598b21

View file

@ -56,7 +56,7 @@ function scrollDownDiscussion()
*/ */
function playReceptionSound () function playReceptionSound ()
{ {
jQuery('body').find('#reception-sound').play(); jQuery('body').find('#reception-sound')[0].play();
} }
jQuery(document).ready(function() jQuery(document).ready(function()