mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
[fix] Pop sond URL
This commit is contained in:
parent
5522e417b6
commit
ef1e2e54c1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ $(function() {
|
|||
|
||||
try {
|
||||
var pop = new Audio();
|
||||
pop.src = config.rootpath + "audio/pop.ogg";
|
||||
pop.src = "PATHTOCHANGE/audio/pop.ogg";
|
||||
} catch(e) {
|
||||
var pop = {
|
||||
play: $.noop
|
||||
|
|
Loading…
Reference in a new issue