mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Fix son sur reception
This commit is contained in:
parent
0cc2213685
commit
931f598b21
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue