Fix bug js son reception
This commit is contained in:
parent
9bbd175a48
commit
ae9db094e0
|
@ -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