diff --git a/js/custom.js b/js/custom.js index 692fa10..edeecda 100755 --- a/js/custom.js +++ b/js/custom.js @@ -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()