Fix bug js son reception
This commit is contained in:
parent
51c4ffc3b6
commit
16a3b92082
|
@ -57,7 +57,7 @@ function scrollDownDiscussion()
|
|||
function playReceptionSound ()
|
||||
{
|
||||
var receptionSound = jQuery('body').find('#reception-sound');
|
||||
if (receptionSound)
|
||||
if (receptionSound.length)
|
||||
{
|
||||
receptionSound[0].play();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue