From 53fed0f74053129b3cc4739726c3a6e758fb1489 Mon Sep 17 00:00:00 2001 From: OsaAjani Date: Wed, 9 Dec 2015 19:14:05 +0100 Subject: [PATCH] Fix son sur reception --- js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()