Fix son sur reception

This commit is contained in:
OsaAjani 2015-12-09 19:14:05 +01:00
parent 937cf20787
commit 53fed0f740
1 changed files with 1 additions and 1 deletions

View File

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