mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-23 01:46:27 +02:00
Fix bug js son reception
This commit is contained in:
parent
51c4ffc3b6
commit
16a3b92082
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ function scrollDownDiscussion()
|
|||
function playReceptionSound ()
|
||||
{
|
||||
var receptionSound = jQuery('body').find('#reception-sound');
|
||||
if (receptionSound)
|
||||
if (receptionSound.length)
|
||||
{
|
||||
receptionSound[0].play();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue