diff --git a/assets/audio/sonar.mp3 b/assets/audio/sonar.mp3 new file mode 100644 index 0000000..3cc376a Binary files /dev/null and b/assets/audio/sonar.mp3 differ diff --git a/assets/audio/sonar.ogg b/assets/audio/sonar.ogg new file mode 100644 index 0000000..77aadec Binary files /dev/null and b/assets/audio/sonar.ogg differ diff --git a/js/glowingbear.js b/js/glowingbear.js index 6169f7c..f78eb1c 100644 --- a/js/glowingbear.js +++ b/js/glowingbear.js @@ -881,7 +881,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout', if ($scope.soundnotification) { // TODO fill in a sound file - var audioFile = "assets/rickroll"; + var audioFile = "assets/audio/sonar"; var soundHTML = ''; document.getElementById("soundNotification").innerHTML = soundHTML; }