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 {
|
try {
|
||||||
var pop = new Audio();
|
var pop = new Audio();
|
||||||
pop.src = config.rootpath + "audio/pop.ogg";
|
pop.src = "PATHTOCHANGE/audio/pop.ogg";
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
var pop = {
|
var pop = {
|
||||||
play: $.noop
|
play: $.noop
|
||||||
|
|
Loading…
Add table
Reference in a new issue