diff --git a/src/mibew/js/source/widget.js b/src/mibew/js/source/widget.js index 89e8d2b3..3234cca9 100644 --- a/src/mibew/js/source/widget.js +++ b/src/mibew/js/source/widget.js @@ -357,6 +357,12 @@ var Mibew = Mibew || {}; + ''; } + // Play sound + var sound = document.getElementById('mibew-notification-sound'); + if (sound) { + sound.play(); + } + // Broadcast message from the thread related with invitation into iframe if (threadUrl) { popuptext += '