diff --git a/js/custom.js b/js/custom.js index e282371..8aa28d0 100755 --- a/js/custom.js +++ b/js/custom.js @@ -57,7 +57,7 @@ function scrollDownDiscussion() function playReceptionSound () { var receptionSound = jQuery('body').find('#reception-sound'); - if (receptionSound) + if (receptionSound.length) { receptionSound[0].play(); }