Fix son sur reception
This commit is contained in:
parent
937cf20787
commit
53fed0f740
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue